Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ix.c1426 int i, j, ntxc; in ixgbe_encap() local
1449 ntxc = ixgbe_tx_ctx_setup(txr, m_head, &cmd_type_len, &olinfo_status); in ixgbe_encap()
1450 if (ntxc == -1) in ixgbe_encap()
1470 i = txr->next_avail_desc + ntxc; in ixgbe_encap()
1501 return (ntxc + j); in ixgbe_encap()
H A Dif_ngbe.c2633 int i, j, ntxc; in ngbe_encap() local
2655 ntxc = ngbe_tx_ctx_setup(txr, m, &cmd_type_len, &olinfo_status); in ngbe_encap()
2656 if (ntxc == -1) in ngbe_encap()
2676 i = txr->next_avail_desc + ntxc; in ngbe_encap()
2704 return ntxc + j; in ngbe_encap()