Searched refs:bnum_flag (Results 1 – 1 of 1) sorted by relevance
343 u32 bnum_flag; in hns_nic_poll_rx_skb() local349 bnum_flag = le32_to_cpu(desc->rx.ipoff_bnum_pid_flag); in hns_nic_poll_rx_skb()350 bnum = hnae_get_field(bnum_flag, HNS_RXD_BUFNUM_M, HNS_RXD_BUFNUM_S); in hns_nic_poll_rx_skb()379 pull_len = hns_nic_get_headlen(va, bnum_flag, HNS_RX_HEAD_SIZE); in hns_nic_poll_rx_skb()423 bnum_flag = le32_to_cpu(desc->rx.ipoff_bnum_pid_flag); in hns_nic_poll_rx_skb()425 if (unlikely(!hnae_get_bit(bnum_flag, HNS_RXD_VLD_B))) { in hns_nic_poll_rx_skb()434 hnae_get_bit(bnum_flag, HNS_RXD_DROP_B))) { in hns_nic_poll_rx_skb()440 if (unlikely(hnae_get_bit(bnum_flag, HNS_RXD_L2E_B))) { in hns_nic_poll_rx_skb()449 if (unlikely(hnae_get_bit(bnum_flag, HNS_RXD_L3E_B) || in hns_nic_poll_rx_skb()450 hnae_get_bit(bnum_flag, HNS_RXD_L4E_B))) { in hns_nic_poll_rx_skb()