Searched refs:switch_id (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/common/iavf/ |
| H A D | iavf_adminq_cmd.h | 348 __le16 switch_id; /* 12bit id combined with flags below */ member 464 __le16 switch_id; member
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_nl.c | 1299 .switch_id = 0, in mlx5_nl_switch_info_cb() 1340 info.switch_id = 0; in mlx5_nl_switch_info_cb() 1342 info.switch_id <<= 8; in mlx5_nl_switch_info_cb() 1343 info.switch_id |= ((uint8_t *)payload)[i]; in mlx5_nl_switch_info_cb()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.h | 171 uint64_t switch_id; /**< Switch identifier. */ member
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_ethdev_os.c | 1115 .switch_id = 0, in mlx5_sysfs_switch_info() 1148 fscanf(file, "%" SCNx64 "%c", &data.switch_id, &c) == 2 && in mlx5_sysfs_switch_info()
|
| /dpdk/drivers/net/i40e/ |
| H A D | rte_pmd_i40e.c | 351 if ((vsi->info.switch_id & in i40e_vsi_set_tx_loopback() 356 if ((vsi->info.switch_id & in i40e_vsi_set_tx_loopback() 378 vsi->info.switch_id |= I40E_AQ_VSI_SW_ID_FLAG_ALLOW_LB; in i40e_vsi_set_tx_loopback() 380 vsi->info.switch_id &= ~I40E_AQ_VSI_SW_ID_FLAG_ALLOW_LB; in i40e_vsi_set_tx_loopback()
|
| H A D | i40e_ethdev.c | 5602 ctxt.info.switch_id |= in i40e_enable_pf_lb() 5864 ctxt.info.switch_id = in i40e_vsi_setup() 5906 ctxt.info.switch_id = in i40e_vsi_setup() 5908 ctxt.info.switch_id |= in i40e_vsi_setup()
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_adminq_cmd.h | 893 __le16 switch_id; /* 12bit id combined with flags below */ member 1107 __le16 switch_id; member
|
| H A D | i40e_prototype.h | 191 u16 veb_seid, u16 *switch_id, bool *floating,
|
| H A D | i40e_common.c | 3080 u16 veb_seid, u16 *switch_id, in i40e_aq_get_veb_parameters() argument 3102 if (switch_id) in i40e_aq_get_veb_parameters() 3103 *switch_id = LE16_TO_CPU(cmd_resp->switch_id); in i40e_aq_get_veb_parameters()
|