Home
last modified time | relevance | path

Searched refs:filter_cmd_hdr (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2.c1355 p_ramrod->filter_cmd_hdr.rx = p_filter_cmd->is_rx_filter ? 1 : 0; in ecore_filter_ucast_common()
1356 p_ramrod->filter_cmd_hdr.tx = p_filter_cmd->is_tx_filter ? 1 : 0; in ecore_filter_ucast_common()
1362 p_ramrod->filter_cmd_hdr.tx = 0; in ecore_filter_ucast_common()
1369 p_ramrod->filter_cmd_hdr.cmd_cnt = 2; in ecore_filter_ucast_common()
1372 p_ramrod->filter_cmd_hdr.cmd_cnt = 1; in ecore_filter_ucast_common()
1492 p_header = &p_ramrod->filter_cmd_hdr; in ecore_sp_eth_filter_ucast()
1511 p_ramrod->filter_cmd_hdr.cmd_cnt, in ecore_sp_eth_filter_ucast()
H A Decore_hsi_eth.h1301 struct eth_filter_cmd_header filter_cmd_hdr; member