Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
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()
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/
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()
Dmthca_provider.h230 int first_free; member
/drivers/tty/vt/
Dkeyboard.c1996 char *first_free, *fj, *fnw; in vt_do_kdgkb_ioctl() local
2050 first_free = funcbufptr + (funcbufsize - funcbufleft); in vt_do_kdgkb_ioctl()
2056 fj = first_free; in vt_do_kdgkb_ioctl()
2063 memmove(fj + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()
2097 if (first_free > fj) { in vt_do_kdgkb_ioctl()
2098 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj); in vt_do_kdgkb_ioctl()
/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.c237 u64 first_free; member
955 p_mngr->first_free = (u64) p_mngr->t2[0].p_phys; in qed_cxt_src_t2_alloc()
1739 p_hwfn->p_cxt_mngr->first_free); in qed_src_init_pf()