ceq_ops 5166 drivers/infiniband/hw/i40iw/i40iw_ctrl.c dev->ceq_ops = &iw_ceq_ops; ceq_ops 223 drivers/infiniband/hw/i40iw/i40iw_hw.c cq = dev->ceq_ops->process_ceq(dev, sc_ceq); ceq_ops 322 drivers/infiniband/hw/i40iw/i40iw_main.c status = dev->ceq_ops->ceq_destroy(&iwceq->sc_ceq, 0, 1); ceq_ops 328 drivers/infiniband/hw/i40iw/i40iw_main.c status = dev->ceq_ops->cceq_destroy_done(&iwceq->sc_ceq); ceq_ops 747 drivers/infiniband/hw/i40iw/i40iw_main.c status = dev->ceq_ops->ceq_init(&iwceq->sc_ceq, &info); ceq_ops 749 drivers/infiniband/hw/i40iw/i40iw_main.c status = dev->ceq_ops->cceq_create(&iwceq->sc_ceq, scratch); ceq_ops 492 drivers/infiniband/hw/i40iw/i40iw_type.h struct i40iw_ceq_ops *ceq_ops;