Home
last modified time | relevance | path

Searched refs:get_off (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.c2320 struct TxD *txdlp, int get_off) in s2io_txdl_getskb() argument
4010 u16 frg_cnt, frg_len, i, queue, queue_len, put_off, get_off; in s2io_xmit() local
4093 get_off = (u16)fifo->tx_curr_get_info.offset; in s2io_xmit()
4099 ((put_off+1) == queue_len ? 0 : (put_off+1)) == get_off) { in s2io_xmit()
4170 if (((put_off+1) == queue_len ? 0 : (put_off+1)) == get_off) { in s2io_xmit()
4174 put_off, get_off); in s2io_xmit()
7363 int get_off = ring_data->rx_curr_get_info.offset; in rx_osm_handler() local
7367 struct buffAdd *ba = &ring_data->ba[get_block][get_off]; in rx_osm_handler()