Searched refs:ICE_SW_RULE_RX_TX_HDR_SIZE (Results 1 – 1 of 1) sorted by relevance
1372 #define ICE_SW_RULE_RX_TX_HDR_SIZE(s, l) struct_size((s), hdr_data, (l)) macro1374 ICE_SW_RULE_RX_TX_HDR_SIZE((s), DUMMY_ETH_HDR_LEN)1376 ICE_SW_RULE_RX_TX_HDR_SIZE((s), 0)6131 rule_buf_sz = ICE_SW_RULE_RX_TX_HDR_SIZE(s_rule, profile->pkt_len); in ice_add_adv_rule()