forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/ethernet/cavium/liquidio/octeon_nic.h
....@@ -52,20 +52,13 @@
5252 /** Input queue to use to send this command. */
5353 u64 iq_no;
5454
55
- /** Time to wait for Octeon software to respond to this control command.
56
- * If wait_time is 0, OSI assumes no response is expected.
57
- */
58
- size_t wait_time;
59
-
6055 /** The network device that issued the control command. */
6156 u64 netpndev;
6257
6358 /** Callback function called when the command has been fetched */
6459 octnic_ctrl_pkt_cb_fn_t cb_fn;
6560
66
- u32 status;
67
- u16 *response_code;
68
- struct completion *completion;
61
+ u32 sc_status;
6962 };
7063
7164 #define MAX_UDD_SIZE(nctrl) (sizeof((nctrl)->udd))