Searched refs:blk_idx (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm_fw.c229 int blk_idx = 0; local
262 &sc->fw_paging_db[blk_idx].fw_paging_block, IWM_FW_PAGING_SIZE,
270 sc->fw_paging_db[blk_idx].fw_paging_size = IWM_FW_PAGING_SIZE;
279 for (blk_idx = 1; blk_idx < sc->num_of_paging_blk + 1; blk_idx++) {
283 &sc->fw_paging_db[blk_idx].fw_paging_block,
291 sc->fw_paging_db[blk_idx].fw_paging_size = IWM_PAGING_BLOCK_SIZE;
316 int blk_idx; local
329 for (blk_idx
[all...]
/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.c3610 * @blk_idx: HW block index
3612 static void ice_free_prof_map(struct ice_hw *hw, u8 blk_idx) argument
3614 struct ice_es *es = &hw->blk[blk_idx].es;
3630 * @blk_idx: HW block index
3632 static void ice_free_flow_profs(struct ice_hw *hw, u8 blk_idx) argument
3636 ice_acquire_lock(&hw->fl_profs_locks[blk_idx]);
3637 LIST_FOR_EACH_ENTRY_SAFE(p, tmp, &hw->fl_profs[blk_idx],
3643 ice_release_lock(&hw->fl_profs_locks[blk_idx]);
3648 INIT_LIST_HEAD(&hw->fl_profs[blk_idx]);
3715 * @blk_idx
3717 ice_init_flow_profs(struct ice_hw *hw, u8 blk_idx) argument
[all...]

Completed in 100 milliseconds