Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Dvirtchnl.c67 dev->vchnl_up = true; in irdma_sc_vchnl_init()
210 if (!dev->vchnl_up) in irdma_vchnl_req_get_reg_layout()
330 if (!dev->vchnl_up) in irdma_vchnl_req_add_vport()
359 if (!dev->vchnl_up) in irdma_vchnl_req_del_vport()
385 if (!dev->vchnl_up) in irdma_vchnl_req_aeq_vec_map()
426 if (!dev->vchnl_up) in irdma_vchnl_req_ceq_vec_map()
465 if (!dev->vchnl_up) in irdma_vchnl_req_get_ver()
498 if (!dev->vchnl_up) in irdma_vchnl_req_get_hmc_fcn()
537 if (!dev->vchnl_up) in irdma_vchnl_req_put_hmc_fcn()
555 if (!dev->vchnl_up) in irdma_vchnl_req_get_caps()
H A Dig3rdma_if.c15 rf->sc_dev.vchnl_up = false; in ig3rdma_idc_core_event_handler()
30 dev->vchnl_up = false; in ig3rdma_vchnl_send_sync()
H A Dtype.h723 bool vchnl_up:1; member