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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/benet/
H A Dbe_ethtool.c144 struct be_eq_obj *tx_eq = &adapter->tx_eq; local
150 coalesce->tx_coalesce_usecs = tx_eq->cur_eqd;
151 coalesce->tx_coalesce_usecs_high = tx_eq->max_eqd;
152 coalesce->tx_coalesce_usecs_low = tx_eq->min_eqd;
155 coalesce->use_adaptive_tx_coalesce = tx_eq->enable_aic;
168 struct be_eq_obj *tx_eq = &adapter->tx_eq; local
193 if (tx_eq->cur_eqd != tx_cur) {
194 status = be_cmd_modify_eqd(adapter, tx_eq
[all...]
H A Dbe_main.c660 struct be_eq_obj *tx_eq = &adapter->tx_eq; local
663 be_eq_notify(adapter, tx_eq->q.id, false, false, 0);
666 be_eq_notify(adapter, tx_eq->q.id, true, false, 0);
1426 if (be_cmd_cq_create(adapter, cq, &adapter->tx_eq.q, false, true, 0))
1465 be_eq_clean(adapter, &adapter->tx_eq);
1467 q = &adapter->tx_eq.q;
1477 adapter->tx_eq.max_eqd = 0;
1478 adapter->tx_eq.min_eqd = 0;
1479 adapter->tx_eq
1710 struct be_eq_obj *tx_eq = container_of(napi, struct be_eq_obj, napi); local
1960 struct be_eq_obj *tx_eq = &adapter->tx_eq; local
1998 struct be_eq_obj *tx_eq = &adapter->tx_eq; local
[all...]
H A Dbe.h257 struct be_eq_obj tx_eq; member in struct:be_adapter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/benet/
H A Dbe_ethtool.c144 struct be_eq_obj *tx_eq = &adapter->tx_eq; local
150 coalesce->tx_coalesce_usecs = tx_eq->cur_eqd;
151 coalesce->tx_coalesce_usecs_high = tx_eq->max_eqd;
152 coalesce->tx_coalesce_usecs_low = tx_eq->min_eqd;
155 coalesce->use_adaptive_tx_coalesce = tx_eq->enable_aic;
168 struct be_eq_obj *tx_eq = &adapter->tx_eq; local
193 if (tx_eq->cur_eqd != tx_cur) {
194 status = be_cmd_modify_eqd(adapter, tx_eq
[all...]
H A Dbe_main.c660 struct be_eq_obj *tx_eq = &adapter->tx_eq; local
663 be_eq_notify(adapter, tx_eq->q.id, false, false, 0);
666 be_eq_notify(adapter, tx_eq->q.id, true, false, 0);
1426 if (be_cmd_cq_create(adapter, cq, &adapter->tx_eq.q, false, true, 0))
1465 be_eq_clean(adapter, &adapter->tx_eq);
1467 q = &adapter->tx_eq.q;
1477 adapter->tx_eq.max_eqd = 0;
1478 adapter->tx_eq.min_eqd = 0;
1479 adapter->tx_eq
1710 struct be_eq_obj *tx_eq = container_of(napi, struct be_eq_obj, napi); local
1960 struct be_eq_obj *tx_eq = &adapter->tx_eq; local
1998 struct be_eq_obj *tx_eq = &adapter->tx_eq; local
[all...]
H A Dbe.h257 struct be_eq_obj tx_eq; member in struct:be_adapter

Completed in 120 milliseconds