Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
A Dsmt.c67 struct smt_entry *first_free = NULL; in find_or_alloc_smte() local
72 if (!first_free) in find_or_alloc_smte()
73 first_free = e; in find_or_alloc_smte()
85 if (first_free) { in find_or_alloc_smte()
86 e = first_free; in find_or_alloc_smte()
A Dl2t.c302 struct l2t_entry *first_free = NULL; in find_or_alloc_l2e() local
306 if (!first_free) in find_or_alloc_l2e()
307 first_free = e; in find_or_alloc_l2e()
317 if (first_free) { in find_or_alloc_l2e()
318 e = first_free; in find_or_alloc_l2e()
/drivers/infiniband/hw/mthca/
A Dmthca_srq.c294 srq->first_free = 0; in mthca_alloc_srq()
500 first_ind = srq->first_free; in mthca_tavor_post_srq_recv()
503 ind = srq->first_free; in mthca_tavor_post_srq_recv()
541 srq->first_free = next_ind; in mthca_tavor_post_srq_recv()
557 first_ind = srq->first_free; in mthca_tavor_post_srq_recv()
593 ind = srq->first_free; in mthca_arbel_post_srq_recv()
624 srq->first_free = next_ind; in mthca_arbel_post_srq_recv()
A Dmthca_provider.h212 int first_free; member
/drivers/md/dm-vdo/
A Dencodings.c816 block_count_t free_blocks = layout->last_free - layout->first_free; in make_partition()
830 offset = beginning ? layout->first_free : (layout->last_free - size); in make_partition()
838 layout->first_free += size; in make_partition()
871 .first_free = offset, in vdo_initialize_layout()
976 encode_u64_le(buffer, offset, layout->first_free); in encode_layout()
1002 physical_block_number_t first_free, last_free; in decode_layout() local
1014 decode_u64_le(buffer, offset, &first_free); in decode_layout()
1018 .first_free = first_free, in decode_layout()
1030 layout->first_free = layout_header.first_free; in decode_layout()
A Dencodings.h574 physical_block_number_t first_free; member
588 physical_block_number_t first_free; member
/drivers/net/ethernet/intel/ice/
A Dice_flex_pipe.c2788 s8 first_free = ICE_FD_FV_NOT_FOUND; in ice_update_fd_swap() local
2807 if (first_free == ICE_FD_FV_NOT_FOUND && es[i].prot_id != in ice_update_fd_swap()
2809 first_free = i - 1; in ice_update_fd_swap()
2819 orig_free = first_free; in ice_update_fd_swap()
2836 if (first_free + 1 < (s8)ice_fd_pairs[index].count) in ice_update_fd_swap()
2841 es[first_free - k].prot_id = in ice_update_fd_swap()
2843 es[first_free - k].off = in ice_update_fd_swap()
2846 if (k > first_free) in ice_update_fd_swap()
2850 mask_sel |= BIT(first_free - k); in ice_update_fd_swap()
2853 pair_start[index] = first_free; in ice_update_fd_swap()
[all …]
/drivers/net/ethernet/qlogic/qed/
A Dqed_cxt.h305 u64 first_free; member
A Dqed_cxt.c865 p_t2->first_free = (u64)p_t2->dma_mem[0].phys_addr; in qed_cxt_src_t2_alloc()
1637 p_hwfn->p_cxt_mngr->src_t2.first_free); in qed_src_init_pf()

Completed in 254 milliseconds