Searched refs:bnx2x_vf_mbx_msg (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.h | 261 #define MBX_MSG_ALIGNED_SIZE (roundup(sizeof(struct bnx2x_vf_mbx_msg), \ 264 struct bnx2x_vf_mbx_msg { struct 270 struct bnx2x_vf_mbx_msg *msg;
|
H A D | bnx2x_sriov.c | 1598 BP_VF_MBX(bp, vfid)->msg = (struct bnx2x_vf_mbx_msg *) in bnx2x_iov_nic_init() 3135 sizeof(struct bnx2x_vf_mbx_msg)); in bnx2x_vf_pci_dealloc() 3146 sizeof(struct bnx2x_vf_mbx_msg)); in bnx2x_vf_pci_alloc()
|
H A D | bnx2x_vfpf.c | 49 memset(bp->vf2pf_mbox, 0, sizeof(struct bnx2x_vf_mbx_msg)); in bnx2x_vfpf_prep() 1159 offsetof(struct bnx2x_vf_mbx_msg, resp); in bnx2x_vf_mbx_resp_send_msg()
|
H A D | bnx2x.h | 1375 struct bnx2x_vf_mbx_msg *vf2pf_mbox;
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.h | 261 #define MBX_MSG_ALIGNED_SIZE (roundup(sizeof(struct bnx2x_vf_mbx_msg), \ 264 struct bnx2x_vf_mbx_msg { struct 270 struct bnx2x_vf_mbx_msg *msg;
|
H A D | bnx2x_sriov.c | 1597 BP_VF_MBX(bp, vfid)->msg = (struct bnx2x_vf_mbx_msg *) in bnx2x_iov_nic_init() 3128 sizeof(struct bnx2x_vf_mbx_msg)); in bnx2x_vf_pci_dealloc() 3139 sizeof(struct bnx2x_vf_mbx_msg)); in bnx2x_vf_pci_alloc()
|
H A D | bnx2x_vfpf.c | 49 memset(bp->vf2pf_mbox, 0, sizeof(struct bnx2x_vf_mbx_msg)); in bnx2x_vfpf_prep() 1161 offsetof(struct bnx2x_vf_mbx_msg, resp); in bnx2x_vf_mbx_resp_send_msg()
|
H A D | bnx2x.h | 1375 struct bnx2x_vf_mbx_msg *vf2pf_mbox;
|
Completed in 27 milliseconds