Home
last modified time | relevance | path

Searched refs:be_cmd_req_hdr (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.h253 struct be_cmd_req_hdr { struct
314 struct be_cmd_req_hdr hdr; /* dw[4] */
352 struct be_cmd_req_hdr hdr; /* dw[4] */
431 struct be_cmd_req_hdr hdr;
446 struct be_cmd_req_hdr hdr;
461 struct be_cmd_req_hdr hdr;
478 struct be_cmd_req_hdr hdr;
499 struct be_cmd_req_hdr hdr;
505 struct be_cmd_req_hdr hdr;
526 struct be_cmd_req_hdr hdr;
[all …]
H A Dbe_mgmt.h46 struct be_cmd_req_hdr hdr;
123 struct be_cmd_req_hdr hdr;
133 struct be_cmd_req_hdr hdr;
H A Dbe_cmds.c176 struct be_cmd_req_hdr *mbx_hdr; in __beiscsi_mcc_compl_status()
187 mbx_hdr = (struct be_cmd_req_hdr *)mbx_cmd_mem->va; in __beiscsi_mcc_compl_status()
324 struct be_cmd_req_hdr *hdr = embedded_payload(wrb); in beiscsi_process_mbox_compl()
685 void be_cmd_hdr_prepare(struct be_cmd_req_hdr *req_hdr, in be_cmd_hdr_prepare()
H A Dbe_mgmt.c789 ioctl_size += sizeof(struct be_cmd_req_hdr); in beiscsi_if_get_info()