struct il_rx_queue - Rx queue : driver's pointer to buffer of receive buffer descriptors (rbd) : bus address of buffer of receive buffer descriptors (rbd) : Shared idx to newest available Rx buffer : Shared idx to oldest written Rx packet : Number of pre-allocated buffers in rx_free : list of free SKBs for use : List of Rx buffers with no SKB : flag to indicate we need to update read/write idx : driver's pointer to receive buffer status : bus address of receive buffer status
NOTE: rx_free and rx_used are used as a FIFO for il_rx_bufs
Definition at line 610 of file common.h.