Lines Matching defs:oct

59 static int octep_send_mbox_req(struct octep_device *oct,  in octep_send_mbox_req()
101 int octep_ctrl_net_init(struct octep_device *oct) in octep_ctrl_net_init()
127 int octep_ctrl_net_get_link_status(struct octep_device *oct, int vfid) in octep_ctrl_net_get_link_status()
143 int octep_ctrl_net_set_link_status(struct octep_device *oct, int vfid, bool up, in octep_ctrl_net_set_link_status()
158 int octep_ctrl_net_set_rx_state(struct octep_device *oct, int vfid, bool up, in octep_ctrl_net_set_rx_state()
173 int octep_ctrl_net_get_mac_addr(struct octep_device *oct, int vfid, u8 *addr) in octep_ctrl_net_get_mac_addr()
191 int octep_ctrl_net_set_mac_addr(struct octep_device *oct, int vfid, u8 *addr, in octep_ctrl_net_set_mac_addr()
205 int octep_ctrl_net_get_mtu(struct octep_device *oct, int vfid) in octep_ctrl_net_get_mtu()
223 int octep_ctrl_net_set_mtu(struct octep_device *oct, int vfid, int mtu, in octep_ctrl_net_set_mtu()
237 int octep_ctrl_net_get_if_stats(struct octep_device *oct, int vfid, in octep_ctrl_net_get_if_stats()
258 int octep_ctrl_net_get_link_info(struct octep_device *oct, int vfid, in octep_ctrl_net_get_link_info()
283 int octep_ctrl_net_set_link_info(struct octep_device *oct, int vfid, in octep_ctrl_net_set_link_info()
301 static void process_mbox_resp(struct octep_device *oct, in process_mbox_resp()
318 static int process_mbox_notify(struct octep_device *oct, in process_mbox_notify()
358 void octep_ctrl_net_recv_fw_messages(struct octep_device *oct) in octep_ctrl_net_recv_fw_messages()
383 int octep_ctrl_net_get_info(struct octep_device *oct, int vfid, in octep_ctrl_net_get_info()
405 int octep_ctrl_net_dev_remove(struct octep_device *oct, int vfid) in octep_ctrl_net_dev_remove()
418 int octep_ctrl_net_set_offloads(struct octep_device *oct, int vfid, in octep_ctrl_net_set_offloads()
434 int octep_ctrl_net_uninit(struct octep_device *oct) in octep_ctrl_net_uninit()