Searched refs:get_off (Results 1 – 1 of 1) sorted by relevance
2321 struct TxD *txdlp, int get_off) in s2io_txdl_getskb() argument4011 u16 frg_cnt, frg_len, i, queue, queue_len, put_off, get_off; in s2io_xmit() local4094 get_off = (u16)fifo->tx_curr_get_info.offset; in s2io_xmit()4100 ((put_off+1) == queue_len ? 0 : (put_off+1)) == get_off) { in s2io_xmit()4171 if (((put_off+1) == queue_len ? 0 : (put_off+1)) == get_off) { in s2io_xmit()4175 put_off, get_off); in s2io_xmit()7364 int get_off = ring_data->rx_curr_get_info.offset; in rx_osm_handler() local7368 struct buffAdd *ba = &ring_data->ba[get_block][get_off]; in rx_osm_handler()