Searched refs:E1000_VFMAILBOX_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/e1000/
H A De1000_mbx.h62 #define E1000_VFMAILBOX_SIZE 16 /* 16 32 bit words - 64 bytes */ macro
H A De1000_vf.c384 u32 retmsg[E1000_VFMAILBOX_SIZE];
388 mbx->ops.read_posted(hw, retmsg, E1000_VFMAILBOX_SIZE, 0);
403 u32 msgbuf[E1000_VFMAILBOX_SIZE];
436 e1000_write_msg_read_ack(hw, msgbuf, E1000_VFMAILBOX_SIZE);
H A De1000_mbx.c534 mbx->size = E1000_VFMAILBOX_SIZE;
752 mbx->size = E1000_VFMAILBOX_SIZE;

Completed in 43 milliseconds