Searched refs:txidx (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/pcn/
H A Dif_pcn.c1036 pcn_encap(sc, m_head, txidx)
1039 u_int32_t *txidx;
1051 cur = frag = *txidx;
1078 sc->pcn_ldata->pcn_tx_list[*txidx].pcn_txctl |= PCN_TXCTL_OWN;
1080 *txidx = frag;
/freebsd-10.2-release/sys/dev/lge/
H A Dif_lge.c1127 lge_encap(sc, m_head, txidx)
1130 u_int32_t *txidx;
1143 cur_tx = &sc->lge_ldata->lge_tx_list[*txidx];
1162 LGE_INC((*txidx), LGE_TX_LIST_CNT);
/freebsd-10.2-release/sys/dev/bge/
H A Dif_bge.c5167 bge_encap(struct bge_softc *sc, struct mbuf **m_head, uint32_t *txidx) argument
5173 uint32_t idx = *txidx;
5317 sc->bge_cdata.bge_tx_dmamap[*txidx] = sc->bge_cdata.bge_tx_dmamap[idx];
5323 *txidx = idx;

Completed in 69 milliseconds