Lines Matching defs:oct

34 static void octep_pfvf_validate_version(struct octep_device *oct,  u32 vf_id,  in octep_pfvf_validate_version()
54 static void octep_pfvf_get_link_status(struct octep_device *oct, u32 vf_id, in octep_pfvf_get_link_status()
70 static void octep_pfvf_set_link_status(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_link_status()
85 static void octep_pfvf_set_rx_state(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_rx_state()
100 static int octep_send_notification(struct octep_device *oct, u32 vf_id, in octep_send_notification()
128 static void octep_pfvf_set_mtu(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_mtu()
143 static void octep_pfvf_get_mtu(struct octep_device *oct, u32 vf_id, in octep_pfvf_get_mtu()
153 static void octep_pfvf_set_mac_addr(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_mac_addr()
179 static void octep_pfvf_get_mac_addr(struct octep_device *oct, u32 vf_id, in octep_pfvf_get_mac_addr()
202 static void octep_pfvf_dev_remove(struct octep_device *oct, u32 vf_id, in octep_pfvf_dev_remove()
218 static void octep_pfvf_get_fw_info(struct octep_device *oct, u32 vf_id, in octep_pfvf_get_fw_info()
240 static void octep_pfvf_set_offloads(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_offloads()
259 int octep_setup_pfvf_mbox(struct octep_device *oct) in octep_setup_pfvf_mbox()
297 void octep_delete_pfvf_mbox(struct octep_device *oct) in octep_delete_pfvf_mbox()
317 static void octep_pfvf_pf_get_data(struct octep_device *oct, in octep_pfvf_pf_get_data()
386 void octep_pfvf_notify(struct octep_device *oct, struct octep_ctrl_mbox_msg *msg) in octep_pfvf_notify()
413 struct octep_device *oct = NULL; in octep_pfvf_mbox_work() local