Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3de42f56 authored by Rick Farrington's avatar Rick Farrington Committed by David S. Miller
Browse files

liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PF

parent 0888e372
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -1438,15 +1438,6 @@ static void liquidio_destroy_nic_device(struct octeon_device *oct, int ifidx)
	if (atomic_read(&lio->ifstate) & LIO_IFSTATE_RUNNING)
		liquidio_stop(netdev);

	if (fw_type_is_none()) {
		struct octnic_ctrl_pkt nctrl;

		memset(&nctrl, 0, sizeof(struct octnic_ctrl_pkt));
		nctrl.ncmd.s.cmd = OCTNET_CMD_RESET_PF;
		nctrl.iq_no = lio->linfo.txpciq[0].s.q_no;
		octnet_send_nic_ctrl_pkt(oct, &nctrl);
	}

	if (oct->props[lio->ifidx].napi_enabled == 1) {
		list_for_each_entry_safe(napi, n, &netdev->napi_list, dev_list)
			napi_disable(napi);
+0 −1
Original line number Diff line number Diff line
@@ -189,7 +189,6 @@ static inline void add_sg_size(struct octeon_sg_entry *sg_entry,
#define   OCTNET_CMD_Q                0

/* NIC Command types */
#define   OCTNET_CMD_RESET_PF         0x0
#define   OCTNET_CMD_CHANGE_MTU       0x1
#define   OCTNET_CMD_CHANGE_MACADDR   0x2
#define   OCTNET_CMD_CHANGE_DEVFLAGS  0x3