Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c3121 int mblen, count, cum_len, mss_resid, tx_req, pkt_size_tmp; in myri10ge_tx_tso_copy() local
3161 tx_req = tx->req; in myri10ge_tx_tso_copy()
3177 tx_req++; in myri10ge_tx_tso_copy()
3178 idx = tx->mask & tx_req; in myri10ge_tx_tso_copy()
3197 tx_req++; in myri10ge_tx_tso_copy()
3198 idx = tx->mask & tx_req; in myri10ge_tx_tso_copy()
3213 tx_req = tx->req; in myri10ge_tx_tso_copy()
3215 idx = tx->mask & tx_req; in myri10ge_tx_tso_copy()
3228 tx_req = tx->req; in myri10ge_tx_tso_copy()
3230 idx = tx->mask & tx_req; in myri10ge_tx_tso_copy()
[all …]
H A Dmyri10ge_var.h262 struct kstat_named tx_req; member