Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_type.h1022 enum i40iw_status_code (*cqp_create)(struct i40iw_sc_cqp *, u16 *, u16 *); member
H A Di40iw_main.c601 status = dev->cqp_ops->cqp_create(dev->cqp, &maj_err, &min_err); in i40iw_create_cqp()
H A Di40iw_ctrl.c5103 .cqp_create = i40iw_sc_cqp_create,