Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_main.c686 u32 ceq_id, in i40iw_configure_ceq_vector() argument
691 if (iwdev->msix_shared && !ceq_id) { in i40iw_configure_ceq_vector()
707 msix_vec->ceq_id = ceq_id; in i40iw_configure_ceq_vector()
723 u32 ceq_id) in i40iw_create_ceq() argument
731 info.ceq_id = ceq_id; in i40iw_create_ceq()
739 info.ceq_id = ceq_id; in i40iw_create_ceq()
744 iwceq->sc_ceq.ceq_id = ceq_id; in i40iw_create_ceq()
777 u32 ceq_id; in i40iw_setup_ceqs() local
800 for (ceq_id = 0; i < num_ceqs; i++, ceq_id++) { in i40iw_setup_ceqs()
801 iwceq = &iwdev->ceqlist[ceq_id]; in i40iw_setup_ceqs()
[all …]
Di40iw_type.h335 u32 ceq_id; member
354 u32 ceq_id; member
520 u32 ceq_id; member
627 u32 ceq_id; member
654 u32 ceq_id; member
868 u32 ceq_id; member
Di40iw_ctrl.c1483 if (info->ceq_id >= I40IW_MAX_CEQID) in i40iw_sc_ceq_init()
1493 ceq->ceq_id = info->ceq_id; in i40iw_sc_ceq_init()
1507 ceq->dev->ceq[info->ceq_id] = ceq; in i40iw_sc_ceq_init()
1535 header = ceq->ceq_id | in i40iw_sc_ceq_create()
1612 header = ceq->ceq_id | in i40iw_sc_ceq_destroy()
1942 if (info->ceq_id > I40IW_MAX_CEQID) in i40iw_sc_ccq_init()
1956 cq->ceq_id = info->ceq_id; in i40iw_sc_ccq_init()
2025 LS_64((ccq->ceq_id_valid ? ccq->ceq_id : 0), I40IW_CQPSQ_CQ_CEQID) | in i40iw_sc_ccq_create()
2077 LS_64((ccq->ceq_id_valid ? ccq->ceq_id : 0), I40IW_CQPSQ_CQ_CEQID) | in i40iw_sc_ccq_destroy()
2124 cq->ceq_id = info->ceq_id; in i40iw_sc_cq_init()
[all …]
Di40iw.h209 u32 ceq_id; member
Di40iw_verbs.c1176 info.ceq_id = attr->comp_vector; in i40iw_create_cq()