Searched refs:is_tun (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl_fdir.c | 1275 * @is_tun: false implies non-tunnel type filter, true implies tunnel filter 1281 bool add, bool is_tun) in ice_vc_fdir_write_fltr() argument 1315 ret = ice_fdir_get_gen_prgm_pkt(hw, input, pkt, false, is_tun); in ice_vc_fdir_write_fltr() 1566 int ret, len, is_tun; in ice_vc_add_fdir_fltr_post() 1581 is_tun = 0; in ice_vc_add_fdir_fltr_post() 1584 vf->fdir.fdir_fltr_cnt[conf->input.flow_type][is_tun]++; in ice_vc_add_fdir_fltr_post() 1631 int ret, len, is_tun; in ice_vc_del_fdir_fltr_post() 1646 is_tun = 0; in ice_vc_del_fdir_fltr_post() 1649 vf->fdir.fdir_fltr_cnt[conf->input.flow_type][is_tun]--; in ice_vc_del_fdir_fltr_post() 1820 int is_tun in ice_vc_add_fdir_fltr() 1553 int ret, len, is_tun; ice_vc_add_fdir_fltr_post() local 1618 int ret, len, is_tun; ice_vc_del_fdir_fltr_post() local 1807 int is_tun = 0; ice_vc_add_fdir_fltr() local 1946 int is_tun = 0; ice_vc_del_fdir_fltr() local [all...] |
H A D | ice_ethtool_fdir.c | 1360 * @is_tun: true adds inner filter on tunnel and false outer headers in ice_fdir_write_fltr() 1366 bool is_tun) in ice_fdir_write_fltr() 1390 err = ice_fdir_get_gen_prgm_pkt(hw, input, pkt, false, is_tun); in ice_fdir_write_fltr() 1403 is_tun); in ice_fdir_write_fltr() 1442 bool is_tun = tun == ICE_FD_HW_SEG_TUN; in ice_fdir_write_all_fltr() 1445 if (is_tun && !ice_get_open_tunnel_port(&pf->hw, &port_num, TNL_ALL)) 1447 err = ice_fdir_write_fltr(pf, input, add, is_tun); 1358 ice_fdir_write_fltr(struct ice_pf * pf,struct ice_fdir_fltr * input,bool add,bool is_tun) ice_fdir_write_fltr() argument 1434 bool is_tun = tun == ICE_FD_HW_SEG_TUN; ice_fdir_write_all_fltr() local
|
H A D | ice.h | 927 bool is_tun);
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | en_accel.h | 79 swp_spec.is_tun = true; in mlx5e_tx_tunnel_accel()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | txrx.h | 416 u8 is_tun; member 444 if (swp_spec->is_tun) { in mlx5e_set_eseg_swp()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | mad.c | 1603 enum ib_qp_type qp_type, int is_tun) in mlx4_ib_alloc_pv_bufs() argument 1608 const int nmbr_bufs = is_tun ? MLX4_NUM_TUNNEL_BUFS : MLX4_NUM_WIRE_BUFS; in mlx4_ib_alloc_pv_bufs() 1630 if (is_tun) { in mlx4_ib_alloc_pv_bufs() 1699 enum ib_qp_type qp_type, int is_tun) in mlx4_ib_free_pv_qp_bufs() argument 1704 const int nmbr_bufs = is_tun ? MLX4_NUM_TUNNEL_BUFS : MLX4_NUM_WIRE_BUFS; in mlx4_ib_free_pv_qp_bufs() 1710 if (is_tun) { in mlx4_ib_free_pv_qp_bufs()
|