Searched refs:cb_to_clean (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/intel/
H A De100.c62 * cb_to_use is the next CB to use for queuing a command; cb_to_clean
559 struct cb *cb_to_clean; member in struct:nic
1341 struct cb *cb = nic->cb_to_clean;
1814 for (cb = nic->cb_to_clean;
1816 cb = nic->cb_to_clean = cb->next) {
1852 struct cb *cb = nic->cb_to_clean;
1860 nic->cb_to_clean = nic->cb_to_clean->next;
1868 nic->cb_to_use = nic->cb_to_send = nic->cb_to_clean =
1878 nic->cb_to_use = nic->cb_to_send = nic->cb_to_clean
[all...]

Completed in 213 milliseconds