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

/freebsd-11-stable/sys/dev/vte/
H A Dif_vtevar.h67 int tx_flags; member in struct:vte_txdesc
H A Dif_vte.c1025 txd->tx_flags |= VTE_TXMBUF;
1079 txd->tx_flags &= ~VTE_TXMBUF;
1151 if ((txd->tx_flags & VTE_TXMBUF) != 0)
1414 if ((txd->tx_flags & VTE_TXMBUF) == 0)
1416 txd->tx_flags &= ~VTE_TXMBUF;
1806 if ((txd->tx_flags & VTE_TXMBUF) == 0)
1809 txd->tx_flags &= ~VTE_TXMBUF;
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_scan.c633 req->tx_cmd[0].tx_flags = htole32(IWM_TX_CMD_FLG_SEQ_CTL |
640 req->tx_cmd[1].tx_flags = htole32(IWM_TX_CMD_FLG_SEQ_CTL |
H A Dif_iwmreg.h4147 * enum iwm_tx_flags - bitmasks for tx_flags in TX command
4283 * @tx_flags: combination of IWM_TX_CMD_FLG_*
4319 uint32_t tx_flags; member in struct:iwm_tx_cmd
4779 * @tx_flags: combination of TX_CMD_FLG_*
4786 uint32_t tx_flags; member in struct:iwm_scan_req_tx_cmd
H A Dif_iwm.c3564 tx->tx_flags |= htole32(IWM_TX_CMD_FLG_STA_RATE);
3723 tx->tx_flags |= htole32(flags);
3766 le32toh(tx->tx_flags),
/freebsd-11-stable/sys/dev/txp/
H A Dif_txpreg.h235 uint8_t tx_flags; /* type/descriptor flags */ member in struct:txp_tx_desc
H A Dif_txp.c1081 if ((txd->tx_flags & TX_FLAGS_TYPE_M) == TX_FLAGS_TYPE_DATA) {
1091 txd->tx_flags = 0;
2154 first_txd->tx_flags = TX_FLAGS_TYPE_DATA;
2194 first_txd->tx_flags |= TX_FLAGS_VALID;
2698 txd->tx_flags, txd->tx_numdesc, le16toh(txd->tx_totlen),
/freebsd-11-stable/sys/dev/bxe/
H A Decore_hsi.h8635 uint8_t tx_flags; member in struct:fcoe_tce_tx_wr_rx_rd_const
9273 struct xstorm_fcoe_context_flags tx_flags; member in struct:xstorm_fcoe_context_section
9275 struct xstorm_fcoe_context_flags tx_flags; member in struct:xstorm_fcoe_context_section

Completed in 492 milliseconds