Searched refs:status_flags (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/
H A Dtcpdump.c217 static const struct tok status_flags[] = { variable in typeref:struct:tok
442 printf(" [%s]", bittok2str(status_flags, "none", dev->flags));
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_ses.h2129 uint8_t status_flags; member in struct:ses_status_page_hdr
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c3236 cqe_fp->status_flags,
3360 if (!(cqe->fast_path_cqe.status_flags &
3373 if (!(cqe->fast_path_cqe.status_flags &
H A Decore_hsi.h7051 uint8_t status_flags; member in struct:eth_fast_path_rx_cqe
7052 #define ETH_FAST_PATH_RX_CQE_RSS_HASH_TYPE (0x7<<0) /* BitField status_flags (use enum eth_rss_hash_type) */
7054 #define ETH_FAST_PATH_RX_CQE_RSS_HASH_FLG (0x1<<3) /* BitField status_flags RSS hashing on/off */
7056 #define ETH_FAST_PATH_RX_CQE_BROADCAST_FLG (0x1<<4) /* BitField status_flags if set to 1, this is a broadcast packet */
7058 #define ETH_FAST_PATH_RX_CQE_MAC_MATCH_FLG (0x1<<5) /* BitField status_flags if set to 1, the MAC address was matched in the tstorm CAM search */
7060 #define ETH_FAST_PATH_RX_CQE_IP_XSUM_NO_VALIDATION_FLG (0x1<<6) /* BitField status_flags IP checksum validation was not performed (if packet is not IPv4) */
7062 #define ETH_FAST_PATH_RX_CQE_L4_XSUM_NO_VALIDATION_FLG (0x1<<7) /* BitField status_flags TCP/UDP checksum validation was not performed (if packet is not TCP/UDP or IPv6 extheaders exist) */

Completed in 203 milliseconds