Searched refs:get_off (Results 1 – 1 of 1) sorted by relevance
2320 struct TxD *txdlp, int get_off) in s2io_txdl_getskb() argument4010 u16 frg_cnt, frg_len, i, queue, queue_len, put_off, get_off; in s2io_xmit() local4093 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()7370 int get_off = ring_data->rx_curr_get_info.offset; in rx_osm_handler() local7374 struct buffAdd *ba = &ring_data->ba[get_block][get_off]; in rx_osm_handler()