Home
last modified time | relevance | path

Searched refs:ct_cmd (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/scsi/libfc/
Dfc_disc.c539 } else if (ntohs(cp->ct_cmd) == FC_FS_ACC) { in fc_disc_gpn_ft_resp()
544 } else if (ntohs(cp->ct_cmd) == FC_FS_RJT) { in fc_disc_gpn_ft_resp()
554 "%x\n", ntohs(cp->ct_cmd)); in fc_disc_gpn_ft_resp()
604 if (ntohs(cp->ct_cmd) == FC_FS_ACC) { in fc_disc_gpn_id_resp()
628 } else if (ntohs(cp->ct_cmd) == FC_FS_RJT) { in fc_disc_gpn_id_resp()
634 ntohs(cp->ct_cmd)); in fc_disc_gpn_id_resp()
Dfc_elsct.c131 switch (ntohs(ct->ct_cmd)) { in fc_els_resp_type()
Dfc_lport.c1158 ntohs(ct->ct_cmd) == FC_FS_ACC) in fc_lport_ns_resp()
1241 if (ntohs(ct->ct_cmd) == FC_FS_ACC) in fc_lport_ms_resp()
1930 ntohs(((struct fc_ct_hdr *)buf)->ct_cmd) : in fc_lport_bsg_resp()
/linux-4.4.14/include/uapi/scsi/fc/
Dfc_gs.h37 __be16 ct_cmd; /* command / response code */ member
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_fc.c337 if (gid_pn_rsp->ct_hdr.ct_cmd != FC_FS_ACC) in zfcp_fc_ns_gid_pn_eval()
354 ct_hdr->ct_cmd = cmd; in zfcp_fc_ct_ns_init()
668 if (hdr->ct_cmd != FC_FS_ACC) { in zfcp_fc_eval_gpn_ft()
/linux-4.4.14/include/scsi/
Dfc_encode.h118 ct->hdr.ct_cmd = htons((u16) op); in fc_ct_hdr_fill()
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_lnode.c102 #define csio_ct_rsp(cp) (((struct fc_ct_hdr *)cp)->ct_cmd)
217 cmd->ct_cmd = htons(op); in csio_fill_ct_iu()