Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov.h22 struct qlcnic_bc_hdr { struct
84 struct qlcnic_bc_hdr *req_hdr;
85 struct qlcnic_bc_hdr *rsp_hdr;
H A Dqlcnic_sriov_common.c326 cmd.cmd_op = ((struct qlcnic_bc_hdr *)hdr)->cmd_op; in qlcnic_sriov_post_bc_msg()
710 static inline int qlcnic_sriov_alloc_bc_msg(struct qlcnic_bc_hdr **hdr, in qlcnic_sriov_alloc_bc_msg()
713 *hdr = kcalloc(size, sizeof(struct qlcnic_bc_hdr), GFP_ATOMIC); in qlcnic_sriov_alloc_bc_msg()
757 struct qlcnic_bc_hdr *hdr; in qlcnic_sriov_prepare_bc_hdr()
913 hdr_size = (sizeof(struct qlcnic_bc_hdr) / sizeof(u32)); in qlcnic_sriov_pull_bc_msg()
1088 static void qlcnic_sriov_handle_bc_resp(struct qlcnic_bc_hdr *hdr, in qlcnic_sriov_handle_bc_resp()
1150 struct qlcnic_bc_hdr *hdr) in qlcnic_sriov_handle_pending_trans()
1193 struct qlcnic_bc_hdr *hdr, in qlcnic_sriov_handle_bc_cmd()
1269 struct qlcnic_bc_hdr hdr; in qlcnic_sriov_handle_msg_event()
H A Dqlcnic_sriov_pf.c1725 struct qlcnic_bc_hdr *hdr = trans->req_hdr; in qlcnic_sriov_soft_flr_check()
H A Dqlcnic_83xx_hw.c3971 hdr_size = sizeof(struct qlcnic_bc_hdr) / sizeof(u32); in qlcnic_83xx_encode_mbx_cmd()