Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c761 if (adapter->cur_max_ind_descs > IBMVNIC_SAFE_IND_DESC) { in ibmvnic_set_safe_max_ind_descs()
764 adapter->cur_max_ind_descs, in ibmvnic_set_safe_max_ind_descs()
766 adapter->cur_max_ind_descs = IBMVNIC_SAFE_IND_DESC; in ibmvnic_set_safe_max_ind_descs()
857 if (ind_bufp->index == adapter->cur_max_ind_descs || in replenish_rx_pool()
2413 u32 cur_max_ind_descs = adapter->cur_max_ind_descs; in ibmvnic_xmit() local
2613 if (num_entries + ind_bufp->index > cur_max_ind_descs) { in ibmvnic_xmit()
2626 ind_bufp->index < cur_max_ind_descs)) { in ibmvnic_xmit()
6402 adapter->cur_max_ind_descs = IBMVNIC_MAX_IND_DESCS; in ibmvnic_reset_init()
6556 adapter->cur_max_ind_descs = IBMVNIC_MAX_IND_DESCS; in ibmvnic_probe()