Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c3127 int mblen, count, cum_len, mss_resid, tx_req, pkt_size_tmp; in myri10ge_tx_tso_copy() local
3167 tx_req = tx->req; in myri10ge_tx_tso_copy()
3183 tx_req++; in myri10ge_tx_tso_copy()
3184 idx = tx->mask & tx_req; in myri10ge_tx_tso_copy()
3203 tx_req++; in myri10ge_tx_tso_copy()
3204 idx = tx->mask & tx_req; in myri10ge_tx_tso_copy()
3219 tx_req = tx->req; in myri10ge_tx_tso_copy()
3221 idx = tx->mask & tx_req; in myri10ge_tx_tso_copy()
3234 tx_req = tx->req; in myri10ge_tx_tso_copy()
3236 idx = tx->mask & tx_req; in myri10ge_tx_tso_copy()
[all …]
H A Dmyri10ge_var.h262 struct kstat_named tx_req; member