Home
last modified time | relevance | path

Searched refs:sw_id (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
A Dhw_table.c51 return hwc->start_fn_id + sw_id; in mlx5_sf_sw_to_hw_id()
115 int sw_id; in mlx5_sf_hw_table_sf_alloc() local
123 if (sw_id < 0) { in mlx5_sf_hw_table_sf_alloc()
124 err = sw_id; in mlx5_sf_hw_table_sf_alloc()
128 hw_fn_id = mlx5_sf_sw_to_hw_id(dev, controller, sw_id); in mlx5_sf_hw_table_sf_alloc()
148 return sw_id; in mlx5_sf_hw_table_sf_alloc()
153 mlx5_sf_hw_table_id_free(table, controller, sw_id); in mlx5_sf_hw_table_sf_alloc()
316 u16 sw_id; in mlx5_sf_hw_vhca_event() local
325 sw_id = mlx5_sf_hw_to_sw_id(hwc, event->function_id); in mlx5_sf_hw_vhca_event()
326 sf_hw = &hwc->sfs[sw_id]; in mlx5_sf_hw_vhca_event()
[all …]
A Dpriv.h15 u16 mlx5_sf_sw_to_hw_id(struct mlx5_core_dev *dev, u32 controller, u16 sw_id);
/linux/drivers/input/joystick/
A Dfsia6b.c68 int sw_id = BTN_0; in fsia6b_serio_irq() local
103 sw_id++, in fsia6b_serio_irq()
108 sw_id++, in fsia6b_serio_irq()
113 sw_id++, in fsia6b_serio_irq()
133 int sw_id = 0; in fsia6b_serio_connect() local
176 input_set_capability(input_dev, EV_KEY, BTN_0 + sw_id); in fsia6b_serio_connect()
177 sw_id++; in fsia6b_serio_connect()
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
A Dfifo_monitor.c535 fifo_switch_t sw_id; in fifo_monitor_get_state() local
545 for (sw_id = 0; sw_id < N_FIFO_SWITCH; sw_id++) { in fifo_monitor_get_state()
546 fifo_switch_get_state(ID, sw_id, in fifo_monitor_get_state()
547 &state->fifo_switches[sw_id]); in fifo_monitor_get_state()
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_filter.c61 u64 sw_id; member
131 if (fltr->sw_id < QEDE_RFS_MAX_FLTR) in qede_free_arfs_filter()
196 fw_rc, fltr->flow_id, fltr->sw_id, in qede_arfs_filter_op()
260 fltr->sw_id); in qede_process_arfs_filters()
426 n->sw_id = (u16)bit_id; in qede_alloc_filter()
483 rc = n->sw_id; in qede_rx_flow_steer()
530 return n->sw_id; in qede_rx_flow_steer()
1277 if (location == fltr->sw_id) in qede_get_arfs_fltr_by_loc()
1307 rule_locs[cnt] = fltr->sw_id; in qede_get_cls_rule_all()
1922 n->sw_id = f->cookie; in qede_add_tc_flower_fltr()
[all …]
/linux/drivers/net/ethernet/intel/ice/
A Dice.h195 u16 sw_id; member
247 u16 sw_id; /* switch ID for this switch */ member
A Dice_main.c4618 pf->first_sw->sw_id = hw->port_info->sw_id; in ice_probe()
6322 vsi->vsi_num, vsi->vsw->sw_id); in ice_down()
7562 static int ice_add_channel(struct ice_pf *pf, u16 sw_id, struct ice_channel *ch) in ice_add_channel() argument
7578 ch->sw_id = sw_id; in ice_add_channel()
7679 struct ice_channel *ch, u16 sw_id, u8 type) in ice_setup_hw_channel() argument
7687 ret = ice_add_channel(pf, sw_id, ch); in ice_setup_hw_channel()
7689 dev_err(dev, "failed to add_channel using sw_id %u\n", sw_id); in ice_setup_hw_channel()
7720 u16 sw_id; in ice_setup_channel() local
7728 sw_id = pf->first_sw->sw_id; in ice_setup_channel()
7731 ret = ice_setup_hw_channel(pf, vsi, ch, sw_id, ICE_VSI_CHNL); in ice_setup_channel()
[all …]
A Dice_type.h657 u16 sw_id; /* Initial switch ID belongs to port */ member
A Dice_adminq_cmd.h337 u8 sw_id; member
A Dice_lib.c1115 ctxt->info.sw_id = vsi->port_info->sw_id; in ice_vsi_init()
A Dice_switch.c1395 pi->sw_id = swid; in ice_init_port_info()
/linux/include/uapi/linux/
A Di2o-dev.h78 unsigned int sw_id; /* Software ID */ member
/linux/arch/parisc/include/uapi/asm/
A Dpdc.h465 unsigned long sw_id; member
/linux/arch/parisc/kernel/
A Dprocessor.c440 boot_cpu_data.pdc.model.sw_id); in show_cpuinfo()
/linux/drivers/net/ethernet/cortina/
A Dgemini.h591 unsigned int sw_id:16; member
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.h1154 u16 sw_id; member
A Dbnxt_ethtool.c982 rule_locs[j++] = fltr->sw_id; in bnxt_grxclsrlall()
1009 if (fltr->sw_id == fs->location) in bnxt_grxclsrule()
A Dbnxt.c12647 new_fltr->sw_id = (u16)bit_id; in bnxt_rx_flow_steer()
12658 return new_fltr->sw_id; in bnxt_rx_flow_steer()
12682 fltr->sw_id)) { in bnxt_cfg_ntp_filters()
12702 clear_bit(fltr->sw_id, bp->ntp_fltr_bmap); in bnxt_cfg_ntp_filters()

Completed in 108 milliseconds