Searched refs:tx_flags (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/vte/
H A Dif_vtevar.h69 int tx_flags; member in struct:vte_txdesc
H A Dif_vte.c1027 txd->tx_flags |= VTE_TXMBUF;
1081 txd->tx_flags &= ~VTE_TXMBUF;
1153 if ((txd->tx_flags & VTE_TXMBUF) != 0)
1416 if ((txd->tx_flags & VTE_TXMBUF) == 0)
1418 txd->tx_flags &= ~VTE_TXMBUF;
1808 if ((txd->tx_flags & VTE_TXMBUF) == 0)
1811 txd->tx_flags &= ~VTE_TXMBUF;
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm_scan.c769 req->tx_cmd[0].tx_flags = htole32(IWM_TX_CMD_FLG_SEQ_CTL |
776 req->tx_cmd[1].tx_flags = htole32(IWM_TX_CMD_FLG_SEQ_CTL |
H A Dif_iwmreg.h4374 * enum iwm_tx_flags - bitmasks for tx_flags in TX command
4515 * @tx_flags: combination of IWM_TX_CMD_FLG_*
4551 uint32_t tx_flags; member in struct:iwm_tx_cmd
5010 * @tx_flags: combination of TX_CMD_FLG_*
5017 uint32_t tx_flags; member in struct:iwm_scan_req_tx_cmd
H A Dif_iwm.c3764 tx->tx_flags |= htole32(IWM_TX_CMD_FLG_STA_RATE);
3911 tx->tx_flags |= htole32(flags);
3954 le32toh(tx->tx_flags),
/freebsd-12-stable/sys/dev/txp/
H A Dif_txpreg.h232 uint8_t tx_flags; /* type/descriptor flags */ member in struct:txp_tx_desc
H A Dif_txp.c1082 if ((txd->tx_flags & TX_FLAGS_TYPE_M) == TX_FLAGS_TYPE_DATA) {
1092 txd->tx_flags = 0;
2155 first_txd->tx_flags = TX_FLAGS_TYPE_DATA;
2195 first_txd->tx_flags |= TX_FLAGS_VALID;
2699 txd->tx_flags, txd->tx_numdesc, le16toh(txd->tx_totlen),
/freebsd-12-stable/sys/dev/bxe/
H A Decore_hsi.h8637 uint8_t tx_flags; member in struct:fcoe_tce_tx_wr_rx_rd_const
9275 struct xstorm_fcoe_context_flags tx_flags; member in struct:xstorm_fcoe_context_section
9277 struct xstorm_fcoe_context_flags tx_flags; member in struct:xstorm_fcoe_context_section

Completed in 303 milliseconds