Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/scsi/
H A Dzfcp_fc.h21 #define ZFCP_FC_CT_SIZE_PAGE (PAGE_SIZE - sizeof(struct fc_ct_hdr))
27 - sizeof(struct fc_ct_hdr))
63 struct fc_ct_hdr ct_hdr;
73 struct fc_ct_hdr ct_hdr;
83 struct fc_ct_hdr ct_hdr;
93 struct fc_ct_hdr ct_hdr;
104 struct fc_ct_hdr ct_hdr;
116 struct fc_ct_hdr ct_hdr;
166 struct fc_ct_hdr rsp;
H A Dzfcp_dbf.c546 struct fc_ct_hdr *reqh = sg_virt(ct_els->req); in zfcp_dbf_san_res_cap_len_if_gpn_ft()
549 struct fc_ct_hdr *resph; in zfcp_dbf_san_res_cap_len_if_gpn_ft()
578 resph = (struct fc_ct_hdr *)acc; in zfcp_dbf_san_res_cap_len_if_gpn_ft()
H A Dzfcp_fc.c375 static void zfcp_fc_ct_ns_init(struct fc_ct_hdr *ct_hdr, u16 cmd, u16 mr_size) in zfcp_fc_ct_ns_init()
738 struct fc_ct_hdr *hdr = sg_virt(sg); in zfcp_fc_eval_gpn_ft()
901 struct fc_ct_hdr *rspn_rsp = &fc_req->u.rspn.rsp; in zfcp_fc_rspn()
/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_disc.c357 sizeof(struct fc_ct_hdr) + in fc_disc_gpn_ft_req()
500 struct fc_ct_hdr *cp; in fc_disc_gpn_ft_resp()
575 struct fc_ct_hdr *cp; in fc_disc_gpn_id_resp()
652 fp = fc_frame_alloc(lport, sizeof(struct fc_ct_hdr) + in fc_disc_gpn_id_req()
H A Dfc_elsct.c83 struct fc_ct_hdr *ct; in fc_els_resp_type()
H A Dfc_lport.c1111 struct fc_ct_hdr *ct; in fc_lport_ns_resp()
1187 struct fc_ct_hdr *ct; in fc_lport_ms_resp()
1334 int size = sizeof(struct fc_ct_hdr); in fc_lport_enter_ns()
1433 int size = sizeof(struct fc_ct_hdr); in fc_lport_enter_ms()
1903 ntohs(((struct fc_ct_hdr *)buf)->ct_cmd) : in fc_lport_bsg_resp()
2010 fp = fc_frame_alloc(lport, sizeof(struct fc_ct_hdr) + in fc_lport_ct_request()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/fc/
H A Dfc_gs.h31 struct fc_ct_hdr { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/fc/
H A Dfc_gs.h31 struct fc_ct_hdr { struct
/OK3568_Linux_fs/kernel/include/uapi/scsi/fc/
H A Dfc_gs.h18 struct fc_ct_hdr { struct
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A 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()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dfc_encode.h26 struct fc_ct_hdr hdr;
100 ct_plen = sizeof(struct fc_ct_hdr) + req_size; in fc_ct_hdr_fill()
/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H A Dfcoe.c2797 sizeof(struct fc_ct_hdr) + in fcoe_set_vport_symbolic_name()