Symbol: tx_desc
sys/dev/ic/ar5210.c
1004
struct ar5k_ar5210_tx_desc *tx_desc;
sys/dev/ic/ar5210.c
1006
tx_desc = (struct ar5k_ar5210_tx_desc*)&desc->ds_ctl0;
sys/dev/ic/ar5210.c
1014
if ((tx_desc->tx_control_0 = (packet_length &
sys/dev/ic/ar5210.c
1018
if ((tx_desc->tx_control_0 = (header_length &
sys/dev/ic/ar5210.c
1029
tx_desc->tx_control_0 =
sys/dev/ic/ar5210.c
1031
tx_desc->tx_control_0 |=
sys/dev/ic/ar5210.c
1036
tx_desc->tx_control_##_c |= \
sys/dev/ic/ar5210.c
1049
tx_desc->tx_control_0 |=
sys/dev/ic/ar5210.c
1051
tx_desc->tx_control_1 |=
sys/dev/ic/ar5210.c
1060
tx_desc->tx_control_1 |=
sys/dev/ic/ar5210.c
1071
struct ar5k_ar5210_tx_desc *tx_desc;
sys/dev/ic/ar5210.c
1073
tx_desc = (struct ar5k_ar5210_tx_desc*)&desc->ds_ctl0;
sys/dev/ic/ar5210.c
1081
tx_desc->tx_control_1 =
sys/dev/ic/ar5210.c
1083
(tx_desc->tx_control_1 & ~AR5K_AR5210_DESC_TX_CTL1_BUF_LEN) |
sys/dev/ic/ar5210.c
1088
tx_desc->tx_control_0 &= ~AR5K_AR5210_DESC_TX_CTL0_FRAME_LEN;
sys/dev/ic/ar5210.c
1091
tx_desc->tx_control_1 |= AR5K_AR5210_DESC_TX_CTL1_MORE;
sys/dev/ic/ar5210.c
1113
struct ar5k_ar5210_tx_desc *tx_desc;
sys/dev/ic/ar5210.c
1115
tx_desc = (struct ar5k_ar5210_tx_desc*)&desc->ds_ctl0;
sys/dev/ic/ar5210.c
1143
AR5K_REG_MS(tx_desc->tx_control_0,
sys/dev/ic/ar5211.c
1132
struct ar5k_ar5211_tx_desc *tx_desc;
sys/dev/ic/ar5211.c
1134
tx_desc = (struct ar5k_ar5211_tx_desc*)&desc->ds_ctl0;
sys/dev/ic/ar5211.c
1142
if ((tx_desc->tx_control_0 = (packet_length &
sys/dev/ic/ar5211.c
1146
tx_desc->tx_control_0 |=
sys/dev/ic/ar5211.c
1149
tx_desc->tx_control_1 =
sys/dev/ic/ar5211.c
1154
tx_desc->tx_control_##_c |= \
sys/dev/ic/ar5211.c
1169
tx_desc->tx_control_0 |=
sys/dev/ic/ar5211.c
1171
tx_desc->tx_control_1 |=
sys/dev/ic/ar5211.c
1183
struct ar5k_ar5211_tx_desc *tx_desc;
sys/dev/ic/ar5211.c
1185
tx_desc = (struct ar5k_ar5211_tx_desc*)&desc->ds_ctl0;
sys/dev/ic/ar5211.c
1193
tx_desc->tx_control_1 =
sys/dev/ic/ar5211.c
1195
(tx_desc->tx_control_1 & ~AR5K_AR5211_DESC_TX_CTL1_BUF_LEN) |
sys/dev/ic/ar5211.c
1200
tx_desc->tx_control_0 &= ~AR5K_AR5211_DESC_TX_CTL0_FRAME_LEN;
sys/dev/ic/ar5211.c
1203
tx_desc->tx_control_1 |= AR5K_AR5211_DESC_TX_CTL1_MORE;
sys/dev/ic/ar5211.c
1220
struct ar5k_ar5211_tx_desc *tx_desc;
sys/dev/ic/ar5211.c
1222
tx_desc = (struct ar5k_ar5211_tx_desc*)&desc->ds_ctl0;
sys/dev/ic/ar5211.c
1250
AR5K_REG_MS(tx_desc->tx_control_0,
sys/dev/ic/ar5212.c
1320
struct ar5k_ar5212_tx_desc *tx_desc;
sys/dev/ic/ar5212.c
1322
tx_desc = (struct ar5k_ar5212_tx_desc*)&desc->ds_ctl0;
sys/dev/ic/ar5212.c
1330
if ((tx_desc->tx_control_0 = (packet_length &
sys/dev/ic/ar5212.c
1334
tx_desc->tx_control_0 |=
sys/dev/ic/ar5212.c
1337
tx_desc->tx_control_1 =
sys/dev/ic/ar5212.c
1339
tx_desc->tx_control_2 =
sys/dev/ic/ar5212.c
1341
tx_desc->tx_control_3 =
sys/dev/ic/ar5212.c
1346
tx_desc->tx_control_##_c |= \
sys/dev/ic/ar5212.c
1362
tx_desc->tx_control_0 |=
sys/dev/ic/ar5212.c
1364
tx_desc->tx_control_1 |=
sys/dev/ic/ar5212.c
1376
tx_desc->tx_control_2 |=
sys/dev/ic/ar5212.c
1378
tx_desc->tx_control_3 |=
sys/dev/ic/ar5212.c
1390
struct ar5k_ar5212_tx_desc *tx_desc;
sys/dev/ic/ar5212.c
1393
tx_desc = (struct ar5k_ar5212_tx_desc*)&desc->ds_ctl0;
sys/dev/ic/ar5212.c
1402
tx_desc->tx_control_1 =
sys/dev/ic/ar5212.c
1404
(tx_desc->tx_control_1 & ~AR5K_AR5212_DESC_TX_CTL1_BUF_LEN) |
sys/dev/ic/ar5212.c
1409
tx_desc->tx_control_0 &= ~AR5K_AR5212_DESC_TX_CTL0_FRAME_LEN;
sys/dev/ic/ar5212.c
1412
tx_desc->tx_control_1 |= AR5K_AR5212_DESC_TX_CTL1_MORE;
sys/dev/ic/ar5212.c
1422
struct ar5k_ar5212_tx_desc *tx_desc;
sys/dev/ic/ar5212.c
1424
tx_desc = (struct ar5k_ar5212_tx_desc*)&desc->ds_ctl0;
sys/dev/ic/ar5212.c
1428
tx_desc->tx_control_2 |= \
sys/dev/ic/ar5212.c
1431
tx_desc->tx_control_3 |= \
sys/dev/ic/ar5212.c
1449
struct ar5k_ar5212_tx_desc *tx_desc;
sys/dev/ic/ar5212.c
1451
tx_desc = (struct ar5k_ar5212_tx_desc*)&desc->ds_ctl0;
sys/dev/ic/ar5212.c
1483
desc->ds_us.tx.ts_rate = tx_desc->tx_control_3 &
sys/dev/ic/ar5212.c
1488
AR5K_REG_MS(tx_desc->tx_control_3,
sys/dev/ic/ar5212.c
1491
AR5K_REG_MS(tx_desc->tx_control_2,
sys/dev/ic/ar5212.c
1496
AR5K_REG_MS(tx_desc->tx_control_3,
sys/dev/ic/ar5212.c
1499
AR5K_REG_MS(tx_desc->tx_control_2,
sys/dev/ic/ar5212.c
1504
AR5K_REG_MS(tx_desc->tx_control_3,
sys/dev/ic/ar5212.c
1507
AR5K_REG_MS(tx_desc->tx_control_2,
sys/dev/pci/if_age.c
1116
struct tx_desc *desc;
sys/dev/pci/if_age.c
1230
txd->tx_desc->addr = 0;
sys/dev/pci/if_age.c
1231
txd->tx_desc->len = 0;
sys/dev/pci/if_age.c
1232
txd->tx_desc->flags = 0;
sys/dev/pci/if_age.c
2023
txd->tx_desc = &rd->age_tx_ring[i];
sys/dev/pci/if_agereg.h
697
struct tx_desc *tx_desc;
sys/dev/pci/if_agereg.h
734
struct tx_desc *age_tx_ring;
sys/dev/pci/if_agereg.h
752
(sizeof(struct tx_desc) * AGE_TX_RING_CNT)
sys/dev/pci/if_alc.c
1807
struct tx_desc *desc;
sys/dev/pci/if_alcreg.h
1261
#define ALC_TX_RING_ALIGN sizeof(struct tx_desc)
sys/dev/pci/if_alcreg.h
1289
(sizeof(struct tx_desc) * ALC_TX_RING_CNT)
sys/dev/pci/if_alcreg.h
1322
struct tx_desc *alc_tx_ring;
sys/dev/pci/if_ale.c
861
struct tx_desc *desc;
sys/dev/pci/if_alereg.h
812
struct tx_desc *ale_tx_ring;
sys/dev/pci/if_alereg.h
828
(sizeof(struct tx_desc) * ALE_TX_RING_CNT)
sys/dev/pci/if_em.c
1350
struct em_tx_desc *tx_desc;
sys/dev/pci/if_em.c
1359
tx_desc = &que->tx.sc_tx_desc_ring[hw_tdt];
sys/dev/pci/if_em.c
1360
length += tx_desc->lower.flags.length;
sys/dev/pci/if_em.c
1361
eop = tx_desc->lower.data & E1000_TXD_CMD_EOP;
sys/dev/pci/if_ix.c
2647
struct ixgbe_legacy_tx_desc *tx_desc;
sys/dev/pci/if_ix.c
2668
tx_desc = (struct ixgbe_legacy_tx_desc *)&txr->tx_base[last];
sys/dev/pci/if_ix.c
2670
if (!ISSET(tx_desc->upper.fields.status, IXGBE_TXD_STAT_DD))
sys/dev/pci/if_ixgb.c
1366
struct ixgb_tx_desc *tx_desc;
sys/dev/pci/if_ixgb.c
1376
tx_desc = &sc->tx_desc_base[i];
sys/dev/pci/if_ixgb.c
1380
while (tx_desc->status & IXGB_TX_DESC_STATUS_DD) {
sys/dev/pci/if_ixgb.c
1382
tx_desc->status = 0;
sys/dev/pci/if_ixgb.c
1400
tx_desc = &sc->tx_desc_base[i];
sys/dev/pci/if_jme.c
1172
desc = txd->tx_desc;
sys/dev/pci/if_jme.c
1518
status = letoh32(txd->tx_desc->flags);
sys/dev/pci/if_jme.c
1527
letoh32(txd->tx_desc->buflen) &
sys/dev/pci/if_jme.c
2130
txd->tx_desc = &rd->jme_tx_ring[i];
sys/dev/pci/if_jmevar.h
101
struct jme_desc *tx_desc;
sys/dev/pci/if_ngbe.c
4462
union ngbe_tx_desc *tx_desc;
sys/dev/pci/if_ngbe.c
4481
tx_desc = (union ngbe_tx_desc *)&txr->tx_base[last];
sys/dev/pci/if_ngbe.c
4483
if (!ISSET(tx_desc->wb.status, NGBE_TXD_STAT_DD))
sys/dev/pci/if_rtwn.c
1204
struct r92c_tx_desc_pci *tx_desc;
sys/dev/pci/if_rtwn.c
1215
tx_desc = &tx_ring->desc[i];
sys/dev/pci/if_rtwn.c
1216
if (letoh32(tx_desc->txdw0) & R92C_TXDW0_OWN)
sys/dev/pci/if_vte.c
1379
txd->tx_desc = desc;
sys/dev/pci/if_vte.c
632
txd->tx_desc->dtlen =
sys/dev/pci/if_vte.c
634
txd->tx_desc->dtbp = htole32(txd->tx_dmamap->dm_segs[0].ds_addr);
sys/dev/pci/if_vte.c
640
txd->tx_desc->dtst = htole16(VTE_DTST_TX_OWN);
sys/dev/pci/if_vte.c
902
status = letoh16(txd->tx_desc->dtst);
sys/dev/pci/if_vtereg.h
374
struct vte_tx_desc *tx_desc;