Home
last modified time | relevance | path

Searched refs:msgcode (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/ufs/core/
H A Dufs_bsg.c138 int msgcode; in ufs_bsg_request() local
149 msgcode = bsg_request->msgcode; in ufs_bsg_request()
150 switch (msgcode) { in ufs_bsg_request()
160 &bsg_reply->upiu_rsp, msgcode, in ufs_bsg_request()
188 dev_err(hba->dev, "unsupported msgcode 0x%x\n", msgcode); in ufs_bsg_request()
/linux/include/scsi/
H A Dscsi_bsg_iscsi.h68 uint32_t msgcode; member
82 * msg and status fields. The per-msgcode reply structure
/linux/drivers/media/cec/usb/pulse8/
H A Dpulse8-cec.c379 u8 msgcode = pulse8->buf[0]; in pulse8_interrupt() local
383 pulse8_msgname(msgcode), in pulse8_interrupt()
385 switch (msgcode & 0x3f) { in pulse8_interrupt()
391 if (!(msgcode & MSGCODE_FRAME_EOM)) { in pulse8_interrupt()
401 if (!(msgcode & MSGCODE_FRAME_EOM)) in pulse8_interrupt()
/linux/include/uapi/scsi/
H A Dscsi_bsg_fc.h270 __u32 msgcode; member
291 * msg and status fields. The per-msgcode reply structure
H A Dscsi_bsg_ufs.h191 __u32 msgcode; member
202 * msg and status fields. The per-msgcode reply structure
/linux/drivers/scsi/qla4xxx/
H A Dql4_bsg.c843 "0x%x\n", __func__, bsg_req->msgcode); in qla4xxx_process_vendor_specific()
862 switch (bsg_req->msgcode) { in qla4xxx_bsg_request()
868 __func__, bsg_req->msgcode); in qla4xxx_bsg_request()
/linux/drivers/s390/scsi/
H A Dzfcp_fc.c1098 switch (bsg_request->msgcode) { in zfcp_fc_exec_bsg_job()
/linux/drivers/scsi/lpfc/
H A Dlpfc_bsg.c5769 uint32_t msgcode; in lpfc_bsg_request() local
5772 msgcode = bsg_request->msgcode; in lpfc_bsg_request()
5773 switch (msgcode) { in lpfc_bsg_request()
/linux/drivers/scsi/libfc/
H A Dfc_lport.c2152 switch (bsg_request->msgcode) { in fc_lport_bsg_request()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c4096 int cmdlen = sizeof(uint32_t); /* start with length of msgcode */ in fc_bsg_host_dispatch()
4106 switch (bsg_request->msgcode) { in fc_bsg_host_dispatch()
4189 int cmdlen = sizeof(uint32_t); /* start with length of msgcode */ in fc_bsg_rport_dispatch()
4199 switch (bsg_request->msgcode) { in fc_bsg_rport_dispatch()
H A Dscsi_transport_iscsi.c1483 int cmdlen = sizeof(uint32_t); /* start with length of msgcode */ in iscsi_bsg_host_dispatch()
1486 /* check if we have the msgcode value at least */ in iscsi_bsg_host_dispatch()
1493 switch (req->msgcode) { in iscsi_bsg_host_dispatch()
/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c4827 switch (bsg_req->msgcode) { in beiscsi_bsg_request()
4892 bsg_req->msgcode); in beiscsi_bsg_request()