Home
last modified time | relevance | path

Searched refs:c4iw_get_cqid (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dresource.c104 u32 c4iw_get_cqid(struct c4iw_rdev *rdev, struct c4iw_dev_ucontext *uctx) in c4iw_get_cqid() function
H A Diw_cxgbe.h976 u32 c4iw_get_cqid(struct c4iw_rdev *rdev, struct c4iw_dev_ucontext *uctx);
H A Dcq.c111 cq->cqid = c4iw_get_cqid(rdev, uctx); in create_cq()