Symbol: tx_desc
sys/arch/playstation2/dev/if_smap.c
423
d = &sc->tx_desc[i];
sys/arch/playstation2/dev/if_smap.c
513
d = &sc->tx_desc[sc->tx_start_index];
sys/arch/playstation2/dev/if_smap.c
646
sc->tx_desc = (void *)SMAP_TXDESC_BASE;
sys/arch/playstation2/dev/if_smap.c
656
d = sc->tx_desc;
sys/arch/playstation2/dev/if_smap.c
98
struct smap_desc *tx_desc;
sys/arch/sgimips/hpc/sqvar.h
127
#define sc_txdesc sc_control->tx_desc
sys/arch/sgimips/hpc/sqvar.h
64
struct hpc_dma_desc tx_desc[SQ_NTXDESC];
sys/arch/sgimips/hpc/sqvar.h
68
#define SQ_CDTXOFF(x) SQ_CDOFF(tx_desc[(x)])
sys/dev/pci/cxgb/cxgb_adapter.h
244
struct tx_desc;
sys/dev/pci/cxgb/cxgb_adapter.h
260
struct tx_desc *desc;
sys/dev/pci/cxgb/cxgb_sge.c
1054
wr_gen2(struct tx_desc *d, unsigned int gen)
sys/dev/pci/cxgb/cxgb_sge.c
1082
write_wr_hdr_sgl(unsigned int ndesc, struct tx_desc *txd, struct txq_state *txqs,
sys/dev/pci/cxgb/cxgb_sge.c
1145
wr_gen2((struct tx_desc *)wp, ogen);
sys/dev/pci/cxgb/cxgb_sge.c
1171
struct tx_desc *txd;
sys/dev/pci/cxgb/cxgb_sge.c
1315
write_imm(struct tx_desc *d, struct mbuf *m,
sys/dev/pci/cxgb/cxgb_sge.c
1723
struct tx_desc *d = &q->desc[pidx];
sys/dev/pci/cxgb/cxgb_sge.c
2023
sizeof(struct tx_desc), sz,
sys/dev/pci/cxgb/cxgb_sge.c
2644
memcpy(data, &qs->txq[qnum].desc[idx], sizeof(struct tx_desc));
sys/dev/pci/cxgb/cxgb_sge.c
2645
return sizeof(struct tx_desc);
sys/dev/pci/if_age.c
1222
struct tx_desc *desc;
sys/dev/pci/if_age.c
1303
prod * sizeof(struct tx_desc), sizeof(struct tx_desc),
sys/dev/pci/if_age.c
1311
prod * sizeof(struct tx_desc), sizeof(struct tx_desc),
sys/dev/pci/if_age.c
1365
cons * sizeof(struct tx_desc), sizeof(struct tx_desc),
sys/dev/pci/if_age.c
1367
txd->tx_desc->addr = 0;
sys/dev/pci/if_age.c
1368
txd->tx_desc->len = 0;
sys/dev/pci/if_age.c
1369
txd->tx_desc->flags = 0;
sys/dev/pci/if_age.c
2155
txd->tx_desc = &rd->age_tx_ring[i];
sys/dev/pci/if_agereg.h
688
struct tx_desc *tx_desc;
sys/dev/pci/if_agereg.h
725
struct tx_desc *age_tx_ring;
sys/dev/pci/if_agereg.h
743
(sizeof(struct tx_desc) * AGE_TX_RING_CNT)
sys/dev/pci/if_alc.c
1913
struct tx_desc *desc;
sys/dev/pci/if_alcreg.h
1272
#define ALC_TX_RING_ALIGN sizeof(struct tx_desc)
sys/dev/pci/if_alcreg.h
1301
(sizeof(struct tx_desc) * ALC_TX_RING_CNT)
sys/dev/pci/if_alcreg.h
1334
struct tx_desc *alc_tx_ring;
sys/dev/pci/if_ale.c
914
struct tx_desc *desc;
sys/dev/pci/if_alereg.h
815
struct tx_desc *ale_tx_ring;
sys/dev/pci/if_alereg.h
831
(sizeof(struct tx_desc) * ALE_TX_RING_CNT)
sys/dev/pci/if_rtwn.c
2025
struct r92c_tx_desc_pci *tx_desc;
sys/dev/pci/if_rtwn.c
2034
0, sizeof(*tx_desc) * RTWN_TX_LIST_COUNT,
sys/dev/pci/if_rtwn.c
2042
tx_desc = &tx_ring->desc[i];
sys/dev/pci/if_rtwn.c
2043
if (le32toh(tx_desc->txdw0) & R92C_TXDW0_OWN)
sys/dev/pci/if_vte.c
1024
status = le16toh(txd->tx_desc->dtst);
sys/dev/pci/if_vte.c
1529
txd->tx_desc = desc;
sys/dev/pci/if_vte.c
748
txd->tx_desc->dtlen =
sys/dev/pci/if_vte.c
750
txd->tx_desc->dtbp = htole32(txd->tx_dmamap->dm_segs[0].ds_addr);
sys/dev/pci/if_vte.c
756
txd->tx_desc->dtst = htole16(VTE_DTST_TX_OWN);
sys/dev/pci/if_vtevar.h
72
struct vte_tx_desc *tx_desc;