Lines Matching full:oct
69 struct octeon_device *oct = lio->oct_dev; in lio_change_dev_flags() local
82 ret = lio_send_ctrl_pkt(oct, &nctrl); in lio_change_dev_flags()
84 lio_dev_err(oct, "Failed to change flags ret %d\n", ret); in lio_change_dev_flags()
310 lio_mtu_ctl_callback(struct octeon_device *oct, uint32_t status, void *buf) in lio_mtu_ctl_callback() argument
318 lio_dev_err(oct, "MTU updation ctl instruction failed. Status: %llx\n", in lio_mtu_ctl_callback()
343 struct octeon_device *oct = lio->oct_dev; in lio_change_mtu() local
357 lio_dev_err(oct, "Invalid MTU: %d\n", new_mtu); in lio_change_mtu()
358 lio_dev_err(oct, "Valid range %d and %d\n", in lio_change_mtu()
363 sc = lio_alloc_soft_command(oct, OCTEON_CMD_SIZE, 16, in lio_change_mtu()
381 lio_prepare_soft_command(oct, sc, LIO_OPCODE_NIC, in lio_change_mtu()
388 retval = lio_send_soft_command(oct, sc); in lio_change_mtu()
390 lio_dev_info(oct, in lio_change_mtu()
400 lio_sleep_cond(oct, mtu_sc_ctx); in lio_change_mtu()
406 lio_dev_info(oct, "MTU Changed from %d to %d\n", if_getmtu(ifp), in lio_change_mtu()
416 lio_free_soft_command(oct, sc); in lio_change_mtu()
427 struct octeon_device *oct = lio->oct_dev; in lio_set_mac() local
450 lio_dev_err(oct, "MAC Address change failed\n"); in lio_set_mac()
514 struct octeon_device *oct = lio->oct_dev; in lio_set_mcast_list() local
542 lio_dev_err(oct, "DEVFLAGS change failed in core (ret: 0x%x)\n", in lio_set_mcast_list()