Searched refs:bcast (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_trigger.c | 1296 struct rte_flow_item_eth bcast = { in mlx5_traffic_enable() local 1400 ret = mlx5_ctrl_flow_vlan(dev, &bcast, &bcast, in mlx5_traffic_enable() 1411 ret = mlx5_ctrl_flow(dev, &bcast, &bcast); in mlx5_traffic_enable()
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | common.h | 382 int mtu, int promisc, int all_multi, int bcast, int vlanex,
|
| H A D | t4_hw.c | 3916 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4_set_rxmode() argument 3928 if (bcast < 0) in t4_set_rxmode() 3929 bcast = M_FW_VI_RXMODE_CMD_BROADCASTEN; in t4_set_rxmode() 3941 V_FW_VI_RXMODE_CMD_BROADCASTEN(bcast) | in t4_set_rxmode()
|