Searched refs:E1000_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/igbvf/
H A Dmbx.h43 #define E1000_VFMAILBOX_SIZE 16 /* 16 32 bit words - 64 bytes */ macro
H A Dvf.c228 u32 msgbuf[E1000_VFMAILBOX_SIZE];
252 mbx->ops.write_posted(hw, msgbuf, E1000_VFMAILBOX_SIZE);
H A Dmbx.c332 mbx->size = E1000_VFMAILBOX_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_mbx.h44 #define E1000_VFMAILBOX_SIZE 16 /* 16 32 bit words - 64 bytes */ macro
H A De1000_mbx.c429 mbx->size = E1000_VFMAILBOX_SIZE;
H A Digb_main.c5017 u32 msgbuf[E1000_VFMAILBOX_SIZE];
5022 retval = igb_read_mbx(hw, msgbuf, E1000_VFMAILBOX_SIZE, vf);

Completed in 47 milliseconds