HomeSort by: relevance | last modified time | path
    Searched defs:tx_desc (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/sgimips/hpc/
sqvar.h 64 struct hpc_dma_desc tx_desc[SQ_NTXDESC]; member in struct:sq_control
68 #define SQ_CDTXOFF(x) SQ_CDOFF(tx_desc[(x)])
127 #define sc_txdesc sc_control->tx_desc
  /src/sys/dev/pci/
if_vtevar.h 72 struct vte_tx_desc *tx_desc; member in struct:vte_txdesc
if_rtwn.c 2025 struct r92c_tx_desc_pci *tx_desc; local in function:rtwn_tx_done
2034 0, sizeof(*tx_desc) * RTWN_TX_LIST_COUNT,
2042 tx_desc = &tx_ring->desc[i];
2043 if (le32toh(tx_desc->txdw0) & R92C_TXDW0_OWN)
if_agereg.h 615 struct tx_desc { struct
688 struct tx_desc *tx_desc; member in struct:age_txdesc
725 struct tx_desc *age_tx_ring;
743 (sizeof(struct tx_desc) * AGE_TX_RING_CNT)
if_alereg.h 718 struct tx_desc { struct
815 struct tx_desc *ale_tx_ring;
831 (sizeof(struct tx_desc) * ALE_TX_RING_CNT)
if_alcreg.h 1235 struct tx_desc { struct
1272 #define ALC_TX_RING_ALIGN sizeof(struct tx_desc)
1301 (sizeof(struct tx_desc) * ALC_TX_RING_CNT)
1334 struct tx_desc *alc_tx_ring;
  /src/sys/arch/playstation2/dev/
if_smap.c 98 struct smap_desc *tx_desc; member in struct:smap_softc
423 d = &sc->tx_desc[i];
513 d = &sc->tx_desc[sc->tx_start_index];
646 sc->tx_desc = (void *)SMAP_TXDESC_BASE;
656 d = sc->tx_desc;
  /src/sys/dev/pci/cxgb/
cxgb_sge.c 93 struct tx_desc { struct
1054 wr_gen2(struct tx_desc *d, unsigned int gen)
1082 write_wr_hdr_sgl(unsigned int ndesc, struct tx_desc *txd, struct txq_state *txqs,
1145 wr_gen2((struct tx_desc *)wp, ogen);
1171 struct tx_desc *txd;
1315 write_imm(struct tx_desc *d, struct mbuf *m,
1723 struct tx_desc *d = &q->desc[pidx];
2023 sizeof(struct tx_desc), sz,
2644 memcpy(data, &qs->txq[qnum].desc[idx], sizeof(struct tx_desc));
2645 return sizeof(struct tx_desc);
    [all...]

Completed in 22 milliseconds