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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_mbx.h33 #define IXGBE_VFMAILBOX_SIZE 16 /* 16 32 bit words - 64 bytes */ macro
H A Dixgbe_mbx.c461 mbx->size = IXGBE_VFMAILBOX_SIZE;
H A Dixgbe_sriov.c223 u32 mbx_size = IXGBE_VFMAILBOX_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dmbx.h33 #define IXGBE_VFMAILBOX_SIZE 16 /* 16 32 bit words - 64 bytes */ macro
H A Dvf.c264 u32 msgbuf[IXGBE_VFMAILBOX_SIZE];
290 mbx->ops.write_posted(hw, msgbuf, IXGBE_VFMAILBOX_SIZE);
H A Dmbx.c320 mbx->size = IXGBE_VFMAILBOX_SIZE;

Completed in 42 milliseconds