Searched refs:vchnl_recv (Results 1 – 3 of 3) sorted by relevance
1948 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()
418 enum i40iw_status_code (*vchnl_recv)(struct i40iw_sc_dev *, u32, u8 *, u16); member
5159 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()