Searched refs:fc_ct_hdr (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/drivers/s390/scsi/ |
D | zfcp_fc.h | 21 #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;
|
D | zfcp_dbf.c | 521 struct fc_ct_hdr *reqh = sg_virt(ct_els->req); in zfcp_dbf_san_res_cap_len_if_gpn_ft() 524 struct fc_ct_hdr *resph; in zfcp_dbf_san_res_cap_len_if_gpn_ft() 553 resph = (struct fc_ct_hdr *)acc; in zfcp_dbf_san_res_cap_len_if_gpn_ft()
|
D | zfcp_fc.c | 375 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()
|
/linux-6.1.9/include/uapi/scsi/fc/ |
D | fc_gs.h | 18 struct fc_ct_hdr { struct
|
/linux-6.1.9/drivers/scsi/libfc/ |
D | fc_disc.c | 357 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()
|
D | fc_elsct.c | 83 struct fc_ct_hdr *ct; in fc_els_resp_type()
|
D | fc_lport.c | 1114 struct fc_ct_hdr *ct; in fc_lport_ns_resp() 1190 struct fc_ct_hdr *ct; in fc_lport_ms_resp() 1343 int size = sizeof(struct fc_ct_hdr); in fc_lport_enter_ns() 1442 int size = sizeof(struct fc_ct_hdr); in fc_lport_enter_ms() 1977 ntohs(((struct fc_ct_hdr *)buf)->ct_cmd) : in fc_lport_bsg_resp() 2084 fp = fc_frame_alloc(lport, sizeof(struct fc_ct_hdr) + in fc_lport_ct_request()
|
D | fc_encode.h | 27 struct fc_ct_hdr hdr; 72 ct_plen = sizeof(struct fc_ct_hdr) + req_size; in fc_ct_hdr_fill()
|
/linux-6.1.9/drivers/scsi/elx/libefc/ |
D | efc_els.c | 877 fcct_build_req_header(struct fc_ct_hdr *hdr, u16 cmd, u16 max_size) in fcct_build_req_header() 897 struct fc_ct_hdr hdr; in efc_ns_send_rftid() 934 struct fc_ct_hdr hdr; in efc_ns_send_rffid() 974 struct fc_ct_hdr hdr; in efc_ns_send_gidpt() 1028 struct fc_ct_hdr *ct_hdr, u32 cmd_rsp_code, in efc_send_ct_rsp() 1032 struct fc_ct_hdr *rsp = NULL; in efc_send_ct_rsp()
|
D | efc_els.h | 101 struct fc_ct_hdr *ct_hdr, u32 cmd_rsp_code, u32 reason_code,
|
D | efc_fabric.c | 659 struct fc_ct_hdr hdr; in efc_process_gidpt_payload() 679 plist_count = (gidpt_len - sizeof(struct fc_ct_hdr)) / sizeof(*gidpt); in efc_process_gidpt_payload()
|
D | efc_node.c | 969 struct fc_ct_hdr *iu = seq->payload->dma.virt; in efc_node_recv_ct_frame()
|
/linux-6.1.9/drivers/scsi/csiostor/ |
D | csio_lnode.c | 102 #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-6.1.9/drivers/scsi/fcoe/ |
D | fcoe.c | 2785 sizeof(struct fc_ct_hdr) + in fcoe_set_vport_symbolic_name()
|