Home
last modified time | relevance | path

Searched refs:ceq_id (Results 1 – 5 of 5) sorted by relevance

/drivers/infiniband/hw/i40iw/
Di40iw_main.c682 u32 ceq_id, in i40iw_configure_ceq_vector() argument
687 if (iwdev->msix_shared && !ceq_id) { in i40iw_configure_ceq_vector()
703 msix_vec->ceq_id = ceq_id; in i40iw_configure_ceq_vector()
719 u32 ceq_id) in i40iw_create_ceq() argument
727 info.ceq_id = ceq_id; in i40iw_create_ceq()
735 info.ceq_id = ceq_id; in i40iw_create_ceq()
740 iwceq->sc_ceq.ceq_id = ceq_id; in i40iw_create_ceq()
773 u32 ceq_id; in i40iw_setup_ceqs() local
796 for (ceq_id = 0; i < num_ceqs; i++, ceq_id++) { in i40iw_setup_ceqs()
797 iwceq = &iwdev->ceqlist[ceq_id]; in i40iw_setup_ceqs()
[all …]
Di40iw_type.h341 u32 ceq_id; member
360 u32 ceq_id; member
527 u32 ceq_id; member
634 u32 ceq_id; member
661 u32 ceq_id; member
877 u32 ceq_id; member
Di40iw_ctrl.c1572 if (info->ceq_id >= I40IW_MAX_CEQID) in i40iw_sc_ceq_init()
1582 ceq->ceq_id = info->ceq_id; in i40iw_sc_ceq_init()
1596 ceq->dev->ceq[info->ceq_id] = ceq; in i40iw_sc_ceq_init()
1624 header = ceq->ceq_id | in i40iw_sc_ceq_create()
1701 header = ceq->ceq_id | in i40iw_sc_ceq_destroy()
2030 if (info->ceq_id > I40IW_MAX_CEQID) in i40iw_sc_ccq_init()
2044 cq->ceq_id = info->ceq_id; in i40iw_sc_ccq_init()
2113 LS_64((ccq->ceq_id_valid ? ccq->ceq_id : 0), I40IW_CQPSQ_CQ_CEQID) | in i40iw_sc_ccq_create()
2165 LS_64((ccq->ceq_id_valid ? ccq->ceq_id : 0), I40IW_CQPSQ_CQ_CEQID) | in i40iw_sc_ccq_destroy()
2212 cq->ceq_id = info->ceq_id; in i40iw_sc_cq_init()
[all …]
Di40iw.h209 u32 ceq_id; member
Di40iw_verbs.c1106 info.ceq_id = attr->comp_vector; in i40iw_create_cq()