Searched refs:sw_id (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | swap_pager.h | 59 void *sw_id; member
|
| H A D | swap_pager.c | 2386 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 D | ice_switch.h | 424 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 D | ice_type.h | 811 u16 sw_id; /* Initial switch ID belongs to port */ member
|
| H A D | ice_switch.c | 1927 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 D | ice_adminq_cmd.h | 407 u8 sw_id; member
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 1579 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 D | i40e_ethdev.c | 340 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 D | ngx_http_grpc_module.c | 3539 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()
|