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

/freebsd-current/sys/vm/
H A Dswap_pager.h57 void *sw_id; member in struct:swdevt
H A Dswap_pager.c2427 sp->sw_id = id;
2581 sp->sw_id = NULL;
2843 sp->sw_id = NULL;
2877 cp = sp->sw_id;
2932 if (sp->sw_id == cp) {
2945 sp->sw_id = NULL;
2957 cp = sw->sw_id;
2958 sw->sw_id = NULL;
2985 cp = sp->sw_id;
3048 vp2 = sp->sw_id;
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_switch.h507 ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id,
510 ice_free_sw(struct ice_hw *hw, u16 sw_id, u16 counter_id);
H A Dice_switch.c216 * @sw_id: switch ID returned
222 ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id, argument
237 * single switch/VEB instance is allocated, and hence a single sw_id
253 *sw_id = LE16_TO_CPU(sw_ele->e.sw_resp);
296 * @sw_id: switch ID returned
305 enum ice_status ice_free_sw(struct ice_hw *hw, u16 sw_id, u16 counter_id) argument
318 * single switch/VEB instance is freed, and hence a single sw_id
323 sw_buf->elem[0].e.sw_resp = CPU_TO_LE16(sw_id);
1054 pi->sw_id = swid;
H A Dice_type.h938 u16 sw_id; /* Initial switch ID belongs to port */ member in struct:ice_port_info
H A Dice_adminq_cmd.h536 u8 sw_id; member in struct:ice_aqc_vsi_props
H A Dice_lib.c749 ctx.info.sw_id = hw->port_info->sw_id;
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c287 static int generate_routing_func_for_mst(lash_t * p_lash, int sw_id, argument
291 switch_t *sw = p_lash->switches[sw_id];
H A Dosm_torus.c499 guid_t sw_id, unsigned port_cnt)
528 sw->n_id = sw_id;
498 alloc_fswitch(struct fabric *f, guid_t sw_id, unsigned port_cnt) argument

Completed in 299 milliseconds