Lines Matching defs:oct
33 static void octep_pfvf_validate_version(struct octep_device *oct, u32 vf_id, in octep_pfvf_validate_version()
53 static void octep_pfvf_get_link_status(struct octep_device *oct, u32 vf_id, in octep_pfvf_get_link_status()
69 static void octep_pfvf_set_link_status(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_link_status()
84 static void octep_pfvf_set_rx_state(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_rx_state()
99 static int octep_send_notification(struct octep_device *oct, u32 vf_id, in octep_send_notification()
127 static void octep_pfvf_set_mtu(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_mtu()
142 static void octep_pfvf_get_mtu(struct octep_device *oct, u32 vf_id, in octep_pfvf_get_mtu()
152 static void octep_pfvf_set_mac_addr(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_mac_addr()
167 static void octep_pfvf_get_mac_addr(struct octep_device *oct, u32 vf_id, in octep_pfvf_get_mac_addr()
182 static void octep_pfvf_dev_remove(struct octep_device *oct, u32 vf_id, in octep_pfvf_dev_remove()
198 static void octep_pfvf_get_fw_info(struct octep_device *oct, u32 vf_id, in octep_pfvf_get_fw_info()
220 static void octep_pfvf_set_offloads(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_offloads()
239 int octep_setup_pfvf_mbox(struct octep_device *oct) in octep_setup_pfvf_mbox()
277 void octep_delete_pfvf_mbox(struct octep_device *oct) in octep_delete_pfvf_mbox()
297 static void octep_pfvf_pf_get_data(struct octep_device *oct, in octep_pfvf_pf_get_data()
366 void octep_pfvf_notify(struct octep_device *oct, struct octep_ctrl_mbox_msg *msg) in octep_pfvf_notify()
393 struct octep_device *oct = NULL; in octep_pfvf_mbox_work() local