Searched refs:pidx_last (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/e1000/ |
H A D | em_txrx.c | 353 int i, j, first, pidx_last; in em_isc_txd_encap() local 428 pidx_last = i; in em_isc_txd_encap() 433 pidx_last, i, scctx->isc_ntxd[0]); in em_isc_txd_encap() 438 pidx_last = i; in em_isc_txd_encap() 443 pidx_last, i, scctx->isc_ntxd[0]); in em_isc_txd_encap() 453 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last; in em_isc_txd_encap() 456 pidx_last, txr->tx_rs_pidx, first); in em_isc_txd_encap() 463 first, pidx_last, i); in em_isc_txd_encap()
|
H A D | igb_txrx.c | 244 int i, j, pidx_last; in igb_isc_txd_encap() local 248 pidx_last = olinfo_status = 0; in igb_isc_txd_encap() 280 pidx_last = i; in igb_isc_txd_encap() 286 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last; in igb_isc_txd_encap()
|
/freebsd/sys/dev/ixgbe/ |
H A D | ix_txrx.c | 183 int i, j, first, pidx_last; in ixgbe_isc_txd_encap() local 219 pidx_last = 0; in ixgbe_isc_txd_encap() 230 pidx_last = i; in ixgbe_isc_txd_encap() 237 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last; in ixgbe_isc_txd_encap()
|
/freebsd/sys/dev/ice/ |
H A D | ice_iflib_txrx.c | 140 int i, j, mask, pidx_last; in ice_ift_txd_encap() 175 pidx_last = i; in ice_ift_txd_flush() 185 txq->tx_rsq[txq->tx_rs_pidx] = pidx_last; 104 int i, j, mask, pidx_last; ice_ift_txd_encap() local
|
/freebsd/sys/dev/igc/ |
H A D | igc_txrx.c | 276 int i, j, pidx_last; in igc_isc_txd_encap() local 280 pidx_last = olinfo_status = 0; in igc_isc_txd_encap() 308 pidx_last = i; in igc_isc_txd_encap() 314 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last; in igc_isc_txd_encap()
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_txrx_iflib.c | 329 int i, j, mask, pidx_last; in iavf_isc_txd_encap() local 382 pidx_last = i; in iavf_isc_txd_encap() 390 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last; in iavf_isc_txd_encap()
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_txrx.c | 347 int i, j, mask, pidx_last; in ixl_isc_txd_encap() local 395 pidx_last = i; in ixl_isc_txd_encap() 403 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last; in ixl_isc_txd_encap()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_sockopt.c | 2248 struct obj_idx *p, *pidx_first, *pidx_last; in rewrite_rule_uidx() local 2284 pidx_last = pidx_first + ci->object_opcodes; in rewrite_rule_uidx() 2285 for (p = pidx_first; p < pidx_last; p++) { in rewrite_rule_uidx()
|