Lines Matching refs:correlator
221 u64 correlator; in ibmveth_replenish_buffer_pool() local
269 correlator = ((u64)pool->index << 32) | index; in ibmveth_replenish_buffer_pool()
270 *(u64 *)pool->skbuff[index]->data = correlator; in ibmveth_replenish_buffer_pool()
375 u64 correlator, bool reuse) in ibmveth_remove_buffer_from_pool() argument
377 unsigned int pool = correlator >> 32; in ibmveth_remove_buffer_from_pool()
378 unsigned int index = correlator & 0xffffffffUL; in ibmveth_remove_buffer_from_pool()
419 u64 correlator = adapter->rx_queue.queue_addr[adapter->rx_queue.index].correlator; in ibmveth_rxq_get_buffer() local
420 unsigned int pool = correlator >> 32; in ibmveth_rxq_get_buffer()
421 unsigned int index = correlator & 0xffffffffUL; in ibmveth_rxq_get_buffer()
434 cor = adapter->rx_queue.queue_addr[adapter->rx_queue.index].correlator; in ibmveth_rxq_harvest_buffer()
1050 unsigned long correlator; in ibmveth_send() local
1059 correlator = 0; in ibmveth_send()
1062 correlator, &correlator, mss, in ibmveth_send()