Home
last modified time | relevance | path

Searched refs:bnxt_check_zero_bytes (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_util.h13 int bnxt_check_zero_bytes(const uint8_t *bytes, int len);
H A Dbnxt_util.c11 int bnxt_check_zero_bytes(const uint8_t *bytes, int len) in bnxt_check_zero_bytes() function
H A Dbnxt_flow.c418 if (!bnxt_check_zero_bytes(ipv6_mask->hdr.src_addr, in bnxt_validate_and_parse_flow_type()
426 if (!bnxt_check_zero_bytes(ipv6_mask->hdr.dst_addr, in bnxt_validate_and_parse_flow_type()
H A Dbnxt_hwrm.c755 if (!bnxt_check_zero_bytes(resp->mac_address, RTE_ETHER_ADDR_LEN)) { in __bnxt_hwrm_func_qcaps()