Home
last modified time | relevance | path

Searched refs:enic_rq (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/cisco/enic/
H A DMakefile6 enic_ethtool.o enic_api.o enic_clsf.o enic_rq.o enic_wq.o \
H A Denic.h228 struct enic_rq { struct
280 struct enic_rq *rq;
H A Denic_rq.c274 struct enic_rq *erq = &enic->rq[rq->index]; in enic_rq_alloc_buf()
307 struct enic_rq *erq = &enic->rq[rq->index]; in enic_free_rq_buf()
H A Denic_main.c2649 enic->rq = kzalloc_objs(struct enic_rq, enic->rq_avail); in enic_alloc_enic_resources()