Searched refs:cb_ptr (Results 1 – 3 of 3) sorted by relevance
572 unsigned int cb_ptr; /* Tx ring initial CB ptr */ member598 unsigned int cb_ptr; /* Rx ring initial CB ptr */ member
1241 tx_cb_ptr += ring->write_ptr - ring->cb_ptr; in bcmgenet_get_txcb()1245 ring->write_ptr = ring->cb_ptr; in bcmgenet_get_txcb()1258 tx_cb_ptr += ring->write_ptr - ring->cb_ptr; in bcmgenet_put_txcb()1261 if (ring->write_ptr == ring->cb_ptr) in bcmgenet_put_txcb()1417 ring->clean_ptr = ring->cb_ptr; in __bcmgenet_tx_reclaim()1884 ring->read_ptr = ring->cb_ptr; in bcmgenet_desc_rx()2140 ring->cb_ptr = start_ptr; in bcmgenet_init_tx_ring()2195 ring->cb_ptr = start_ptr; in bcmgenet_init_rx_ring()3054 ring->cb_ptr, ring->end_ptr); in bcmgenet_dump_tx_queue()
86 void *cb_ptr; member