HomeSort by: relevance | last modified time | path
    Searched refs:tx_desc (Results 1 - 13 of 13) 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_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_age.c 1222 struct tx_desc *desc;
1303 prod * sizeof(struct tx_desc), sizeof(struct tx_desc),
1311 prod * sizeof(struct tx_desc), sizeof(struct tx_desc),
1365 cons * sizeof(struct tx_desc), sizeof(struct tx_desc),
1367 txd->tx_desc->addr = 0;
1368 txd->tx_desc->len = 0;
1369 txd->tx_desc->flags = 0
    [all...]
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;
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_vte.c 748 txd->tx_desc->dtlen =
750 txd->tx_desc->dtbp = htole32(txd->tx_dmamap->dm_segs[0].ds_addr);
756 txd->tx_desc->dtst = htole16(VTE_DTST_TX_OWN);
1024 status = le16toh(txd->tx_desc->dtst);
1529 txd->tx_desc = desc;
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_ale.c 914 struct tx_desc *desc;
if_alc.c 1913 struct tx_desc *desc;
  /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...]
cxgb_adapter.h 244 struct tx_desc;
260 struct tx_desc *desc;

Completed in 28 milliseconds