Searched refs:ext_cq (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_res.c | 347 switch (enic->ext_cq) { in enic_alloc_vnic_resources() 360 enic->ext_cq); in enic_alloc_vnic_resources() 438 enic->ext_cq = ENIC_RQ_CQ_ENTRY_SIZE_16; in enic_ext_cq() 442 enic->ext_cq = fls(a1) - 1; in enic_ext_cq() 444 a1 = enic->ext_cq; in enic_ext_cq() 448 enic->ext_cq = ENIC_RQ_CQ_ENTRY_SIZE_16; in enic_ext_cq() 453 16 << enic->ext_cq); in enic_ext_cq()
|
| H A D | enic.h | 74 enum ext_cq { enum 291 enum ext_cq ext_cq; member
|
| H A D | enic_rq.c | 420 enic_rq_cq_desc_dec(cq_desc, enic->ext_cq, &type, &color, &q_number, in enic_rq_cq_service() 431 enic_rq_cq_desc_dec(cq_desc, enic->ext_cq, &type, &color, in enic_rq_cq_service()
|
| H A D | enic_admin.c | 462 16 << enic->ext_cq, in enic_admin_alloc_resources()
|