Lines Matching full:receive

33 #define QUEUE_SIZE_RX	     64	     /* receive queue capacity       */
49 we compute here the total number of receive segment descriptors
56 /* RSD_REQUIRED receive segment descriptors are enough to describe a max-sized PDU,
57 but we have to keep the size of the receive PDU descriptor multiple of 32 bytes,
151 /* receive segment descriptor */
154 u32 handle; /* host supplied receive buffer handle */
159 /* receive PDU descriptor */
163 u32 nseg; /* number of receive segments */
164 struct rsd rsd[ RSD_NBR ]; /* receive segment descriptors */
186 /* receive buffer descriptor */
194 /* receive buffer descriptor block */
197 struct rbd rbd[ RBD_BLK_SIZE ]; /* receive buffer descriptor */
221 /* cp resident receive queue entry */
429 __be32 small_b1_failed; /* receive BD allocation failures */
430 __be32 large_b1_failed; /* receive BD allocation failures */
431 __be32 small_b2_failed; /* receive BD allocation failures */
432 __be32 large_b2_failed; /* receive BD allocation failures */
433 __be32 rpd_alloc_failed; /* receive PDU allocation failures */
534 /* host resident receive queue entry */
539 struct rpd* rpd; /* addr of receive PDU descriptor */
549 struct rbd_block* rbd_block; /* addr of receive buffer descriptor block */
576 /* host resident receive buffer */
579 struct buffer* next; /* next receive buffer */
620 /* host resident receive queue */
655 /* receive buffer supply queues scheme specification */
675 u32 rx_queue_len; /* length of receive queue */
700 u32 cp_rxq; /* receive queue */
762 FORE200E_STATE_INIT_RXQ, /* receive queue initialized */
764 FORE200E_STATE_ALLOC_BUF, /* receive buffers allocated */