Home
last modified time | relevance | path

Searched refs:fc_ct_hdr (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/s390/scsi/
Dzfcp_fc.h20 #define ZFCP_FC_CT_SIZE_PAGE (PAGE_SIZE - sizeof(struct fc_ct_hdr))
26 - sizeof(struct fc_ct_hdr))
62 struct fc_ct_hdr ct_hdr;
72 struct fc_ct_hdr ct_hdr;
82 struct fc_ct_hdr ct_hdr;
92 struct fc_ct_hdr ct_hdr;
103 struct fc_ct_hdr ct_hdr;
115 struct fc_ct_hdr ct_hdr;
150 struct fc_ct_hdr rsp;
Dzfcp_fc.c349 static void zfcp_fc_ct_ns_init(struct fc_ct_hdr *ct_hdr, u16 cmd, u16 mr_size) in zfcp_fc_ct_ns_init()
657 struct fc_ct_hdr *hdr = sg_virt(sg); in zfcp_fc_eval_gpn_ft()
819 struct fc_ct_hdr *rspn_rsp = &fc_req->u.rspn.rsp; in zfcp_fc_rspn()
/linux-4.1.27/include/uapi/scsi/fc/
Dfc_gs.h30 struct fc_ct_hdr { struct
/linux-4.1.27/drivers/scsi/libfc/
Dfc_disc.c370 sizeof(struct fc_ct_hdr) + in fc_disc_gpn_ft_req()
513 struct fc_ct_hdr *cp; in fc_disc_gpn_ft_resp()
588 struct fc_ct_hdr *cp; in fc_disc_gpn_id_resp()
657 fp = fc_frame_alloc(lport, sizeof(struct fc_ct_hdr) + in fc_disc_gpn_id_req()
Dfc_elsct.c95 struct fc_ct_hdr *ct; in fc_els_resp_type()
Dfc_lport.c1130 struct fc_ct_hdr *ct; in fc_lport_ns_resp()
1206 struct fc_ct_hdr *ct; in fc_lport_ms_resp()
1356 int size = sizeof(struct fc_ct_hdr); in fc_lport_enter_ns()
1456 int size = sizeof(struct fc_ct_hdr); in fc_lport_enter_ms()
1930 ntohs(((struct fc_ct_hdr *)buf)->ct_cmd) : in fc_lport_bsg_resp()
2038 fp = fc_frame_alloc(lport, sizeof(struct fc_ct_hdr) + in fc_lport_ct_request()
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_lnode.c102 #define csio_ct_rsp(cp) (((struct fc_ct_hdr *)cp)->ct_cmd)
103 #define csio_ct_reason(cp) (((struct fc_ct_hdr *)cp)->ct_reason)
104 #define csio_ct_expl(cp) (((struct fc_ct_hdr *)cp)->ct_explan)
213 struct fc_ct_hdr *cmd = (struct fc_ct_hdr *)buf; in csio_fill_ct_iu()
/linux-4.1.27/include/scsi/
Dfc_encode.h38 struct fc_ct_hdr hdr;
112 ct_plen = sizeof(struct fc_ct_hdr) + req_size; in fc_ct_hdr_fill()
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c2926 sizeof(struct fc_ct_hdr) + in fcoe_set_vport_symbolic_name()