Searched refs:IXGBE_VFMAILBOX_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_mbx.h41 #define IXGBE_VFMAILBOX_SIZE 16 /* 16 32 bit words - 64 bytes */ macro
H A Dixgbe_mbx.c400 mbx->size = IXGBE_VFMAILBOX_SIZE;
645 mbx->size = IXGBE_VFMAILBOX_SIZE;
H A Dixgbe_vf.c388 u32 msgbuf[IXGBE_VFMAILBOX_SIZE];
419 return mbx->ops.write_posted(hw, msgbuf, IXGBE_VFMAILBOX_SIZE, 0);
H A Dif_sriov.c579 uint32_t msg[IXGBE_VFMAILBOX_SIZE];
584 error = hw->mbx.ops.read(hw, msg, IXGBE_VFMAILBOX_SIZE, vf->pool);

Completed in 182 milliseconds