Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dswap_pager.h59 void *sw_id; member
H A Dswap_pager.c2386 sp->sw_id = id; in swaponsomething()
2525 sp->sw_id = NULL; in swapoff_one()
2783 sp->sw_id = NULL; in swapgeom_release()
2817 cp = sp->sw_id; in swapgeom_strategy()
2871 if (sp->sw_id == cp) { in swapgeom_orphan()
2884 sp->sw_id = NULL; in swapgeom_orphan()
2896 cp = sw->sw_id; in swapgeom_close()
2897 sw->sw_id = NULL; in swapgeom_close()
2924 cp = sp->sw_id; in swapongeom_locked()
2988 vp2 = sp->sw_id; in swapdev_strategy()
[all …]
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_switch.h424 ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id,
427 ice_free_sw(struct ice_hw *hw, u16 sw_id, u16 counter_id);
H A Dice_type.h811 u16 sw_id; /* Initial switch ID belongs to port */ member
H A Dice_switch.c1927 ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id, in ice_alloc_sw() argument
1958 *sw_id = LE16_TO_CPU(sw_ele->e.sw_resp); in ice_alloc_sw()
2010 enum ice_status ice_free_sw(struct ice_hw *hw, u16 sw_id, u16 counter_id) in ice_free_sw() argument
2028 sw_buf->elem[0].e.sw_resp = CPU_TO_LE16(sw_id); in ice_free_sw()
2871 pi->sw_id = swid; in ice_init_port_info()
H A Dice_adminq_cmd.h407 u8 sw_id; member
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.c1579 vsi_ctx.info.sw_id = hw->port_info->sw_id; in ice_setup_vsi()
1621 vsi_ctx.info.sw_id = hw->port_info->sw_id; in ice_setup_vsi()
4048 vsi->info.sw_id = hw->port_info->sw_id; in ice_vsi_config_vlan_filter()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c340 uint8_t sw_id, uint8_t on);
341 static int i40e_mirror_rule_reset(struct rte_eth_dev *dev, uint8_t sw_id);
10325 uint8_t sw_id, uint8_t on) in i40e_mirror_rule_set() argument
10335 PMD_DRV_LOG(DEBUG, "i40e_mirror_rule_set: sw_id = %d.", sw_id); in i40e_mirror_rule_set()
10355 if (sw_id <= it->index) { in i40e_mirror_rule_set()
10361 if (mirr_rule && sw_id == mirr_rule->index) { in i40e_mirror_rule_set()
10469 mirr_rule->index = sw_id; in i40e_mirror_rule_set()
10492 i40e_mirror_rule_reset(struct rte_eth_dev *dev, uint8_t sw_id) in i40e_mirror_rule_reset() argument
10500 PMD_DRV_LOG(DEBUG, "i40e_mirror_rule_reset: sw_id = %d.", sw_id); in i40e_mirror_rule_reset()
10505 if (sw_id == it->index) { in i40e_mirror_rule_reset()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c3539 sw_id, in ngx_http_grpc_parse_settings() enumerator
3609 case sw_id: in ngx_http_grpc_parse_settings()
3636 state = sw_id; in ngx_http_grpc_parse_settings()