Searched refs:flags_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_txrx.c99 uint16_t flags_type; local
119 flags_type = ((pi->ipi_nsegs + need_hi) <<
122 flags_type |= TX_BD_SHORT_FLAGS_LHINT_GTE2K;
124 flags_type |= bnxt_tx_lhint[pi->ipi_len >> 9];
127 flags_type |= TX_BD_LONG_TYPE_TX_BD_LONG;
158 flags_type |= TX_BD_SHORT_TYPE_TX_BD_SHORT;
162 tbd->flags_type = htole16(flags_type);
167 flags_type = TX_BD_SHORT_TYPE_TX_BD_SHORT;
169 flags_type |
454 bnxt_pkt_get_l2(struct bnxt_softc *softc, if_rxd_info_t ri, struct bnxt_cp_ring *cpr, uint16_t flags_type) argument
531 bnxt_pkt_get_tpa(struct bnxt_softc *softc, if_rxd_info_t ri, struct bnxt_cp_ring *cpr, uint16_t flags_type) argument
624 uint16_t flags_type; local
[all...]
H A Dhsi_struct_def.h141 uint16_t flags_type; member in struct:tx_bd_short
233 uint16_t flags_type; member in struct:tx_bd_long
505 uint16_t flags_type; member in struct:rx_prod_pkt_bd
576 uint16_t flags_type; member in struct:rx_prod_bfr_bd
612 uint16_t flags_type; member in struct:rx_prod_agg_bd
739 uint16_t flags_type; member in struct:tx_cmpl
826 uint16_t flags_type; member in struct:rx_pkt_cmpl
1217 uint16_t flags_type; member in struct:rx_tpa_start_cmpl
1459 uint16_t flags_type; member in struct:rx_tpa_end_cmpl
3092 uint16_t flags_type; member in struct:push32_doorbell
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp69 const CompilerType flags_type = local
80 {flags_name, flags_type},

Completed in 203 milliseconds