Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_main.c1948 if (dev->vchnl_if.vchnl_recv) { in i40iw_virtchnl_receive()
1949 ret_code = dev->vchnl_if.vchnl_recv(dev, vf_id, msg, len); in i40iw_virtchnl_receive()
Di40iw_type.h418 enum i40iw_status_code (*vchnl_recv)(struct i40iw_sc_dev *, u32, u8 *, u16); member
Di40iw_ctrl.c5159 dev->vchnl_if.vchnl_recv = i40iw_vchnl_recv_pf; in i40iw_device_init()
5180 dev->vchnl_if.vchnl_recv = i40iw_vchnl_recv_vf; in i40iw_device_init()