be.h 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866
  1. /*
  2. * Copyright (C) 2005 - 2015 Emulex
  3. * All rights reserved.
  4. *
  5. * This program is free software; you can redistribute it and/or
  6. * modify it under the terms of the GNU General Public License version 2
  7. * as published by the Free Software Foundation. The full GNU General
  8. * Public License is included in this distribution in the file called COPYING.
  9. *
  10. * Contact Information:
  11. * linux-drivers@emulex.com
  12. *
  13. * Emulex
  14. * 3333 Susan Street
  15. * Costa Mesa, CA 92626
  16. */
  17. #ifndef BE_H
  18. #define BE_H
  19. #include <linux/pci.h>
  20. #include <linux/etherdevice.h>
  21. #include <linux/delay.h>
  22. #include <net/tcp.h>
  23. #include <net/ip.h>
  24. #include <net/ipv6.h>
  25. #include <linux/if_vlan.h>
  26. #include <linux/workqueue.h>
  27. #include <linux/interrupt.h>
  28. #include <linux/firmware.h>
  29. #include <linux/slab.h>
  30. #include <linux/u64_stats_sync.h>
  31. #include <linux/cpumask.h>
  32. #include <linux/hwmon.h>
  33. #include <linux/hwmon-sysfs.h>
  34. #include "be_hw.h"
  35. #include "be_roce.h"
  36. #define DRV_VER "11.0.0.0"
  37. #define DRV_NAME "be2net"
  38. #define BE_NAME "Emulex BladeEngine2"
  39. #define BE3_NAME "Emulex BladeEngine3"
  40. #define OC_NAME "Emulex OneConnect"
  41. #define OC_NAME_BE OC_NAME "(be3)"
  42. #define OC_NAME_LANCER OC_NAME "(Lancer)"
  43. #define OC_NAME_SH OC_NAME "(Skyhawk)"
  44. #define DRV_DESC "Emulex OneConnect NIC Driver"
  45. #define BE_VENDOR_ID 0x19a2
  46. #define EMULEX_VENDOR_ID 0x10df
  47. #define BE_DEVICE_ID1 0x211
  48. #define BE_DEVICE_ID2 0x221
  49. #define OC_DEVICE_ID1 0x700 /* Device Id for BE2 cards */
  50. #define OC_DEVICE_ID2 0x710 /* Device Id for BE3 cards */
  51. #define OC_DEVICE_ID3 0xe220 /* Device id for Lancer cards */
  52. #define OC_DEVICE_ID4 0xe228 /* Device id for VF in Lancer */
  53. #define OC_DEVICE_ID5 0x720 /* Device Id for Skyhawk cards */
  54. #define OC_DEVICE_ID6 0x728 /* Device id for VF in SkyHawk */
  55. #define OC_SUBSYS_DEVICE_ID1 0xE602
  56. #define OC_SUBSYS_DEVICE_ID2 0xE642
  57. #define OC_SUBSYS_DEVICE_ID3 0xE612
  58. #define OC_SUBSYS_DEVICE_ID4 0xE652
  59. /* Number of bytes of an RX frame that are copied to skb->data */
  60. #define BE_HDR_LEN ((u16) 64)
  61. /* allocate extra space to allow tunneling decapsulation without head reallocation */
  62. #define BE_RX_SKB_ALLOC_SIZE (BE_HDR_LEN + 64)
  63. #define BE_MAX_JUMBO_FRAME_SIZE 9018
  64. #define BE_MIN_MTU 256
  65. #define BE_MAX_MTU (BE_MAX_JUMBO_FRAME_SIZE - \
  66. (ETH_HLEN + ETH_FCS_LEN))
  67. /* Accommodate for QnQ configurations where VLAN insertion is enabled in HW */
  68. #define BE_MAX_GSO_SIZE (65535 - 2 * VLAN_HLEN)
  69. #define BE_NUM_VLANS_SUPPORTED 64
  70. #define BE_MAX_EQD 128u
  71. #define BE_MAX_TX_FRAG_COUNT 30
  72. #define EVNT_Q_LEN 1024
  73. #define TX_Q_LEN 2048
  74. #define TX_CQ_LEN 1024
  75. #define RX_Q_LEN 1024 /* Does not support any other value */
  76. #define RX_CQ_LEN 1024
  77. #define MCC_Q_LEN 128 /* total size not to exceed 8 pages */
  78. #define MCC_CQ_LEN 256
  79. #define BE2_MAX_RSS_QS 4
  80. #define BE3_MAX_RSS_QS 16
  81. #define BE3_MAX_TX_QS 16
  82. #define BE3_MAX_EVT_QS 16
  83. #define BE3_SRIOV_MAX_EVT_QS 8
  84. #define SH_VF_MAX_NIC_EQS 3 /* Skyhawk VFs can have a max of 4 EQs
  85. * and at least 1 is granted to either
  86. * SURF/DPDK
  87. */
  88. #define MAX_RSS_IFACES 15
  89. #define MAX_RX_QS 32
  90. #define MAX_EVT_QS 32
  91. #define MAX_TX_QS 32
  92. #define MAX_ROCE_EQS 5
  93. #define MAX_MSIX_VECTORS 32
  94. #define MIN_MSIX_VECTORS 1
  95. #define BE_NAPI_WEIGHT 64
  96. #define MAX_RX_POST BE_NAPI_WEIGHT /* Frags posted at a time */
  97. #define RX_FRAGS_REFILL_WM (RX_Q_LEN - MAX_RX_POST)
  98. #define MAX_NUM_POST_ERX_DB 255u
  99. #define MAX_VFS 30 /* Max VFs supported by BE3 FW */
  100. #define FW_VER_LEN 32
  101. #define CNTL_SERIAL_NUM_WORDS 8 /* Controller serial number words */
  102. #define CNTL_SERIAL_NUM_WORD_SZ (sizeof(u16)) /* Byte-sz of serial num word */
  103. #define RSS_INDIR_TABLE_LEN 128
  104. #define RSS_HASH_KEY_LEN 40
  105. #define BE_UNKNOWN_PHY_STATE 0xFF
  106. struct be_dma_mem {
  107. void *va;
  108. dma_addr_t dma;
  109. u32 size;
  110. };
  111. struct be_queue_info {
  112. u32 len;
  113. u32 entry_size; /* Size of an element in the queue */
  114. u32 tail, head;
  115. atomic_t used; /* Number of valid elements in the queue */
  116. u32 id;
  117. struct be_dma_mem dma_mem;
  118. bool created;
  119. };
  120. static inline u32 MODULO(u32 val, u32 limit)
  121. {
  122. BUG_ON(limit & (limit - 1));
  123. return val & (limit - 1);
  124. }
  125. static inline void index_adv(u32 *index, u32 val, u32 limit)
  126. {
  127. *index = MODULO((*index + val), limit);
  128. }
  129. static inline void index_inc(u32 *index, u32 limit)
  130. {
  131. *index = MODULO((*index + 1), limit);
  132. }
  133. static inline void *queue_head_node(struct be_queue_info *q)
  134. {
  135. return q->dma_mem.va + q->head * q->entry_size;
  136. }
  137. static inline void *queue_tail_node(struct be_queue_info *q)
  138. {
  139. return q->dma_mem.va + q->tail * q->entry_size;
  140. }
  141. static inline void *queue_index_node(struct be_queue_info *q, u16 index)
  142. {
  143. return q->dma_mem.va + index * q->entry_size;
  144. }
  145. static inline void queue_head_inc(struct be_queue_info *q)
  146. {
  147. index_inc(&q->head, q->len);
  148. }
  149. static inline void index_dec(u32 *index, u32 limit)
  150. {
  151. *index = MODULO((*index - 1), limit);
  152. }
  153. static inline void queue_tail_inc(struct be_queue_info *q)
  154. {
  155. index_inc(&q->tail, q->len);
  156. }
  157. struct be_eq_obj {
  158. struct be_queue_info q;
  159. char desc[32];
  160. /* Adaptive interrupt coalescing (AIC) info */
  161. bool enable_aic;
  162. u32 min_eqd; /* in usecs */
  163. u32 max_eqd; /* in usecs */
  164. u32 eqd; /* configured val when aic is off */
  165. u32 cur_eqd; /* in usecs */
  166. u8 idx; /* array index */
  167. u8 msix_idx;
  168. u16 spurious_intr;
  169. struct napi_struct napi;
  170. struct be_adapter *adapter;
  171. cpumask_var_t affinity_mask;
  172. #ifdef CONFIG_NET_RX_BUSY_POLL
  173. #define BE_EQ_IDLE 0
  174. #define BE_EQ_NAPI 1 /* napi owns this EQ */
  175. #define BE_EQ_POLL 2 /* poll owns this EQ */
  176. #define BE_EQ_LOCKED (BE_EQ_NAPI | BE_EQ_POLL)
  177. #define BE_EQ_NAPI_YIELD 4 /* napi yielded this EQ */
  178. #define BE_EQ_POLL_YIELD 8 /* poll yielded this EQ */
  179. #define BE_EQ_YIELD (BE_EQ_NAPI_YIELD | BE_EQ_POLL_YIELD)
  180. #define BE_EQ_USER_PEND (BE_EQ_POLL | BE_EQ_POLL_YIELD)
  181. unsigned int state;
  182. spinlock_t lock; /* lock to serialize napi and busy-poll */
  183. #endif /* CONFIG_NET_RX_BUSY_POLL */
  184. } ____cacheline_aligned_in_smp;
  185. struct be_aic_obj { /* Adaptive interrupt coalescing (AIC) info */
  186. bool enable;
  187. u32 min_eqd; /* in usecs */
  188. u32 max_eqd; /* in usecs */
  189. u32 prev_eqd; /* in usecs */
  190. u32 et_eqd; /* configured val when aic is off */
  191. ulong jiffies;
  192. u64 rx_pkts_prev; /* Used to calculate RX pps */
  193. u64 tx_reqs_prev; /* Used to calculate TX pps */
  194. };
  195. enum {
  196. NAPI_POLLING,
  197. BUSY_POLLING
  198. };
  199. struct be_mcc_obj {
  200. struct be_queue_info q;
  201. struct be_queue_info cq;
  202. bool rearm_cq;
  203. };
  204. struct be_tx_stats {
  205. u64 tx_bytes;
  206. u64 tx_pkts;
  207. u64 tx_vxlan_offload_pkts;
  208. u64 tx_reqs;
  209. u64 tx_compl;
  210. ulong tx_jiffies;
  211. u32 tx_stops;
  212. u32 tx_drv_drops; /* pkts dropped by driver */
  213. /* the error counters are described in be_ethtool.c */
  214. u32 tx_hdr_parse_err;
  215. u32 tx_dma_err;
  216. u32 tx_tso_err;
  217. u32 tx_spoof_check_err;
  218. u32 tx_qinq_err;
  219. u32 tx_internal_parity_err;
  220. struct u64_stats_sync sync;
  221. struct u64_stats_sync sync_compl;
  222. };
  223. /* Structure to hold some data of interest obtained from a TX CQE */
  224. struct be_tx_compl_info {
  225. u8 status; /* Completion status */
  226. u16 end_index; /* Completed TXQ Index */
  227. };
  228. struct be_tx_obj {
  229. u32 db_offset;
  230. struct be_queue_info q;
  231. struct be_queue_info cq;
  232. struct be_tx_compl_info txcp;
  233. /* Remember the skbs that were transmitted */
  234. struct sk_buff *sent_skb_list[TX_Q_LEN];
  235. struct be_tx_stats stats;
  236. u16 pend_wrb_cnt; /* Number of WRBs yet to be given to HW */
  237. u16 last_req_wrb_cnt; /* wrb cnt of the last req in the Q */
  238. u16 last_req_hdr; /* index of the last req's hdr-wrb */
  239. } ____cacheline_aligned_in_smp;
  240. /* Struct to remember the pages posted for rx frags */
  241. struct be_rx_page_info {
  242. struct page *page;
  243. /* set to page-addr for last frag of the page & frag-addr otherwise */
  244. DEFINE_DMA_UNMAP_ADDR(bus);
  245. u16 page_offset;
  246. bool last_frag; /* last frag of the page */
  247. };
  248. struct be_rx_stats {
  249. u64 rx_bytes;
  250. u64 rx_pkts;
  251. u64 rx_vxlan_offload_pkts;
  252. u32 rx_drops_no_skbs; /* skb allocation errors */
  253. u32 rx_drops_no_frags; /* HW has no fetched frags */
  254. u32 rx_post_fail; /* page post alloc failures */
  255. u32 rx_compl;
  256. u32 rx_mcast_pkts;
  257. u32 rx_compl_err; /* completions with err set */
  258. struct u64_stats_sync sync;
  259. };
  260. struct be_rx_compl_info {
  261. u32 rss_hash;
  262. u16 vlan_tag;
  263. u16 pkt_size;
  264. u16 port;
  265. u8 vlanf;
  266. u8 num_rcvd;
  267. u8 err;
  268. u8 ipf;
  269. u8 tcpf;
  270. u8 udpf;
  271. u8 ip_csum;
  272. u8 l4_csum;
  273. u8 ipv6;
  274. u8 qnq;
  275. u8 pkt_type;
  276. u8 ip_frag;
  277. u8 tunneled;
  278. };
  279. struct be_rx_obj {
  280. struct be_adapter *adapter;
  281. struct be_queue_info q;
  282. struct be_queue_info cq;
  283. struct be_rx_compl_info rxcp;
  284. struct be_rx_page_info page_info_tbl[RX_Q_LEN];
  285. struct be_rx_stats stats;
  286. u8 rss_id;
  287. bool rx_post_starved; /* Zero rx frags have been posted to BE */
  288. } ____cacheline_aligned_in_smp;
  289. struct be_drv_stats {
  290. u32 eth_red_drops;
  291. u32 dma_map_errors;
  292. u32 rx_drops_no_pbuf;
  293. u32 rx_drops_no_txpb;
  294. u32 rx_drops_no_erx_descr;
  295. u32 rx_drops_no_tpre_descr;
  296. u32 rx_drops_too_many_frags;
  297. u32 forwarded_packets;
  298. u32 rx_drops_mtu;
  299. u32 rx_crc_errors;
  300. u32 rx_alignment_symbol_errors;
  301. u32 rx_pause_frames;
  302. u32 rx_priority_pause_frames;
  303. u32 rx_control_frames;
  304. u32 rx_in_range_errors;
  305. u32 rx_out_range_errors;
  306. u32 rx_frame_too_long;
  307. u32 rx_address_filtered;
  308. u32 rx_dropped_too_small;
  309. u32 rx_dropped_too_short;
  310. u32 rx_dropped_header_too_small;
  311. u32 rx_dropped_tcp_length;
  312. u32 rx_dropped_runt;
  313. u32 rx_ip_checksum_errs;
  314. u32 rx_tcp_checksum_errs;
  315. u32 rx_udp_checksum_errs;
  316. u32 tx_pauseframes;
  317. u32 tx_priority_pauseframes;
  318. u32 tx_controlframes;
  319. u32 rxpp_fifo_overflow_drop;
  320. u32 rx_input_fifo_overflow_drop;
  321. u32 pmem_fifo_overflow_drop;
  322. u32 jabber_events;
  323. u32 rx_roce_bytes_lsd;
  324. u32 rx_roce_bytes_msd;
  325. u32 rx_roce_frames;
  326. u32 roce_drops_payload_len;
  327. u32 roce_drops_crc;
  328. };
  329. /* A vlan-id of 0xFFFF must be used to clear transparent vlan-tagging */
  330. #define BE_RESET_VLAN_TAG_ID 0xFFFF
  331. struct be_vf_cfg {
  332. unsigned char mac_addr[ETH_ALEN];
  333. int if_handle;
  334. int pmac_id;
  335. u16 vlan_tag;
  336. u32 tx_rate;
  337. u32 plink_tracking;
  338. u32 privileges;
  339. bool spoofchk;
  340. };
  341. enum vf_state {
  342. ENABLED = 0,
  343. ASSIGNED = 1
  344. };
  345. #define BE_FLAGS_LINK_STATUS_INIT BIT(1)
  346. #define BE_FLAGS_SRIOV_ENABLED BIT(2)
  347. #define BE_FLAGS_WORKER_SCHEDULED BIT(3)
  348. #define BE_FLAGS_NAPI_ENABLED BIT(6)
  349. #define BE_FLAGS_QNQ_ASYNC_EVT_RCVD BIT(7)
  350. #define BE_FLAGS_VXLAN_OFFLOADS BIT(8)
  351. #define BE_FLAGS_SETUP_DONE BIT(9)
  352. #define BE_FLAGS_PHY_MISCONFIGURED BIT(10)
  353. #define BE_FLAGS_ERR_DETECTION_SCHEDULED BIT(11)
  354. #define BE_FLAGS_OS2BMC BIT(12)
  355. #define BE_UC_PMAC_COUNT 30
  356. #define BE_VF_UC_PMAC_COUNT 2
  357. #define MAX_ERR_RECOVERY_RETRY_COUNT 3
  358. #define ERR_DETECTION_DELAY 1000
  359. #define ERR_RECOVERY_RETRY_DELAY 30000
  360. /* Ethtool set_dump flags */
  361. #define LANCER_INITIATE_FW_DUMP 0x1
  362. #define LANCER_DELETE_FW_DUMP 0x2
  363. struct phy_info {
  364. /* From SFF-8472 spec */
  365. #define SFP_VENDOR_NAME_LEN 17
  366. u8 transceiver;
  367. u8 autoneg;
  368. u8 fc_autoneg;
  369. u8 port_type;
  370. u16 phy_type;
  371. u16 interface_type;
  372. u32 misc_params;
  373. u16 auto_speeds_supported;
  374. u16 fixed_speeds_supported;
  375. int link_speed;
  376. u32 advertising;
  377. u32 supported;
  378. u8 cable_type;
  379. u8 vendor_name[SFP_VENDOR_NAME_LEN];
  380. u8 vendor_pn[SFP_VENDOR_NAME_LEN];
  381. };
  382. struct be_resources {
  383. u16 max_vfs; /* Total VFs "really" supported by FW/HW */
  384. u16 max_mcast_mac;
  385. u16 max_tx_qs;
  386. u16 max_rss_qs;
  387. u16 max_rx_qs;
  388. u16 max_cq_count;
  389. u16 max_uc_mac; /* Max UC MACs programmable */
  390. u16 max_vlans; /* Number of vlans supported */
  391. u16 max_iface_count;
  392. u16 max_mcc_count;
  393. u16 max_evt_qs;
  394. u32 if_cap_flags;
  395. u32 vf_if_cap_flags; /* VF if capability flags */
  396. };
  397. #define be_is_os2bmc_enabled(adapter) (adapter->flags & BE_FLAGS_OS2BMC)
  398. struct rss_info {
  399. u64 rss_flags;
  400. u8 rsstable[RSS_INDIR_TABLE_LEN];
  401. u8 rss_queue[RSS_INDIR_TABLE_LEN];
  402. u8 rss_hkey[RSS_HASH_KEY_LEN];
  403. };
  404. #define BE_INVALID_DIE_TEMP 0xFF
  405. struct be_hwmon {
  406. struct device *hwmon_dev;
  407. u8 be_on_die_temp; /* Unit: millidegree Celsius */
  408. };
  409. /* Macros to read/write the 'features' word of be_wrb_params structure.
  410. */
  411. #define BE_WRB_F_BIT(name) BE_WRB_F_##name##_BIT
  412. #define BE_WRB_F_MASK(name) BIT_MASK(BE_WRB_F_##name##_BIT)
  413. #define BE_WRB_F_GET(word, name) \
  414. (((word) & (BE_WRB_F_MASK(name))) >> BE_WRB_F_BIT(name))
  415. #define BE_WRB_F_SET(word, name, val) \
  416. ((word) |= (((val) << BE_WRB_F_BIT(name)) & BE_WRB_F_MASK(name)))
  417. /* Feature/offload bits */
  418. enum {
  419. BE_WRB_F_CRC_BIT, /* Ethernet CRC */
  420. BE_WRB_F_IPCS_BIT, /* IP csum */
  421. BE_WRB_F_TCPCS_BIT, /* TCP csum */
  422. BE_WRB_F_UDPCS_BIT, /* UDP csum */
  423. BE_WRB_F_LSO_BIT, /* LSO */
  424. BE_WRB_F_LSO6_BIT, /* LSO6 */
  425. BE_WRB_F_VLAN_BIT, /* VLAN */
  426. BE_WRB_F_VLAN_SKIP_HW_BIT, /* Skip VLAN tag (workaround) */
  427. BE_WRB_F_OS2BMC_BIT /* Send packet to the management ring */
  428. };
  429. /* The structure below provides a HW-agnostic abstraction of WRB params
  430. * retrieved from a TX skb. This is in turn passed to chip specific routines
  431. * during transmit, to set the corresponding params in the WRB.
  432. */
  433. struct be_wrb_params {
  434. u32 features; /* Feature bits */
  435. u16 vlan_tag; /* VLAN tag */
  436. u16 lso_mss; /* MSS for LSO */
  437. };
  438. struct be_adapter {
  439. struct pci_dev *pdev;
  440. struct net_device *netdev;
  441. u8 __iomem *csr; /* CSR BAR used only for BE2/3 */
  442. u8 __iomem *db; /* Door Bell */
  443. u8 __iomem *pcicfg; /* On SH,BEx only. Shadow of PCI config space */
  444. struct mutex mbox_lock; /* For serializing mbox cmds to BE card */
  445. struct be_dma_mem mbox_mem;
  446. /* Mbox mem is adjusted to align to 16 bytes. The allocated addr
  447. * is stored for freeing purpose */
  448. struct be_dma_mem mbox_mem_alloced;
  449. struct be_mcc_obj mcc_obj;
  450. spinlock_t mcc_lock; /* For serializing mcc cmds to BE card */
  451. spinlock_t mcc_cq_lock;
  452. u16 cfg_num_qs; /* configured via set-channels */
  453. u16 num_evt_qs;
  454. u16 num_msix_vec;
  455. struct be_eq_obj eq_obj[MAX_EVT_QS];
  456. struct msix_entry msix_entries[MAX_MSIX_VECTORS];
  457. bool isr_registered;
  458. /* TX Rings */
  459. u16 num_tx_qs;
  460. struct be_tx_obj tx_obj[MAX_TX_QS];
  461. /* Rx rings */
  462. u16 num_rx_qs;
  463. u16 num_rss_qs;
  464. u16 need_def_rxq;
  465. struct be_rx_obj rx_obj[MAX_RX_QS];
  466. u32 big_page_size; /* Compounded page size shared by rx wrbs */
  467. struct be_drv_stats drv_stats;
  468. struct be_aic_obj aic_obj[MAX_EVT_QS];
  469. u8 vlan_prio_bmap; /* Available Priority BitMap */
  470. u16 recommended_prio_bits;/* Recommended Priority bits in vlan tag */
  471. struct be_dma_mem rx_filter; /* Cmd DMA mem for rx-filter */
  472. struct be_dma_mem stats_cmd;
  473. /* Work queue used to perform periodic tasks like getting statistics */
  474. struct delayed_work work;
  475. u16 work_counter;
  476. struct delayed_work be_err_detection_work;
  477. u8 recovery_retries;
  478. u8 err_flags;
  479. bool pcicfg_mapped; /* pcicfg obtained via pci_iomap() */
  480. u32 flags;
  481. u32 cmd_privileges;
  482. /* Ethtool knobs and info */
  483. char fw_ver[FW_VER_LEN];
  484. char fw_on_flash[FW_VER_LEN];
  485. /* IFACE filtering fields */
  486. int if_handle; /* Used to configure filtering */
  487. u32 if_flags; /* Interface filtering flags */
  488. u32 *pmac_id; /* MAC addr handle used by BE card */
  489. u32 uc_macs; /* Count of secondary UC MAC programmed */
  490. unsigned long vids[BITS_TO_LONGS(VLAN_N_VID)];
  491. u16 vlans_added;
  492. u32 beacon_state; /* for set_phys_id */
  493. u32 port_num;
  494. char port_name;
  495. u8 mc_type;
  496. u32 function_mode;
  497. u32 function_caps;
  498. u32 rx_fc; /* Rx flow control */
  499. u32 tx_fc; /* Tx flow control */
  500. bool stats_cmd_sent;
  501. struct {
  502. u32 size;
  503. u32 total_size;
  504. u64 io_addr;
  505. } roce_db;
  506. u32 num_msix_roce_vec;
  507. struct ocrdma_dev *ocrdma_dev;
  508. struct list_head entry;
  509. u32 flash_status;
  510. struct completion et_cmd_compl;
  511. struct be_resources pool_res; /* resources available for the port */
  512. struct be_resources res; /* resources available for the func */
  513. u16 num_vfs; /* Number of VFs provisioned by PF */
  514. u8 pf_num; /* Numbering used by FW, starts at 0 */
  515. u8 vf_num; /* Numbering used by FW, starts at 1 */
  516. u8 virtfn;
  517. struct be_vf_cfg *vf_cfg;
  518. bool be3_native;
  519. u32 sli_family;
  520. u8 hba_port_num;
  521. u16 pvid;
  522. __be16 vxlan_port;
  523. int vxlan_port_count;
  524. int vxlan_port_aliases;
  525. struct phy_info phy;
  526. u8 wol_cap;
  527. bool wol_en;
  528. u16 asic_rev;
  529. u16 qnq_vid;
  530. u32 msg_enable;
  531. int be_get_temp_freq;
  532. struct be_hwmon hwmon_info;
  533. struct rss_info rss_info;
  534. /* Filters for packets that need to be sent to BMC */
  535. u32 bmc_filt_mask;
  536. u32 fat_dump_len;
  537. u16 serial_num[CNTL_SERIAL_NUM_WORDS];
  538. u8 phy_state; /* state of sfp optics (functional, faulted, etc.,) */
  539. };
  540. #define be_physfn(adapter) (!adapter->virtfn)
  541. #define be_virtfn(adapter) (adapter->virtfn)
  542. #define sriov_enabled(adapter) (adapter->flags & \
  543. BE_FLAGS_SRIOV_ENABLED)
  544. #define for_all_vfs(adapter, vf_cfg, i) \
  545. for (i = 0, vf_cfg = &adapter->vf_cfg[i]; i < adapter->num_vfs; \
  546. i++, vf_cfg++)
  547. #define ON 1
  548. #define OFF 0
  549. #define be_max_vlans(adapter) (adapter->res.max_vlans)
  550. #define be_max_uc(adapter) (adapter->res.max_uc_mac)
  551. #define be_max_mc(adapter) (adapter->res.max_mcast_mac)
  552. #define be_max_vfs(adapter) (adapter->pool_res.max_vfs)
  553. #define be_max_rss(adapter) (adapter->res.max_rss_qs)
  554. #define be_max_txqs(adapter) (adapter->res.max_tx_qs)
  555. #define be_max_prio_txqs(adapter) (adapter->res.max_prio_tx_qs)
  556. #define be_max_rxqs(adapter) (adapter->res.max_rx_qs)
  557. #define be_max_eqs(adapter) (adapter->res.max_evt_qs)
  558. #define be_if_cap_flags(adapter) (adapter->res.if_cap_flags)
  559. static inline u16 be_max_qs(struct be_adapter *adapter)
  560. {
  561. /* If no RSS, need atleast the one def RXQ */
  562. u16 num = max_t(u16, be_max_rss(adapter), 1);
  563. num = min(num, be_max_eqs(adapter));
  564. return min_t(u16, num, num_online_cpus());
  565. }
  566. /* Is BE in pvid_tagging mode */
  567. #define be_pvid_tagging_enabled(adapter) (adapter->pvid)
  568. /* Is BE in QNQ multi-channel mode */
  569. #define be_is_qnq_mode(adapter) (adapter->function_mode & QNQ_MODE)
  570. #define lancer_chip(adapter) (adapter->pdev->device == OC_DEVICE_ID3 || \
  571. adapter->pdev->device == OC_DEVICE_ID4)
  572. #define skyhawk_chip(adapter) (adapter->pdev->device == OC_DEVICE_ID5 || \
  573. adapter->pdev->device == OC_DEVICE_ID6)
  574. #define BE3_chip(adapter) (adapter->pdev->device == BE_DEVICE_ID2 || \
  575. adapter->pdev->device == OC_DEVICE_ID2)
  576. #define BE2_chip(adapter) (adapter->pdev->device == BE_DEVICE_ID1 || \
  577. adapter->pdev->device == OC_DEVICE_ID1)
  578. #define BEx_chip(adapter) (BE3_chip(adapter) || BE2_chip(adapter))
  579. #define be_roce_supported(adapter) (skyhawk_chip(adapter) && \
  580. (adapter->function_mode & RDMA_ENABLED))
  581. extern const struct ethtool_ops be_ethtool_ops;
  582. #define msix_enabled(adapter) (adapter->num_msix_vec > 0)
  583. #define num_irqs(adapter) (msix_enabled(adapter) ? \
  584. adapter->num_msix_vec : 1)
  585. #define tx_stats(txo) (&(txo)->stats)
  586. #define rx_stats(rxo) (&(rxo)->stats)
  587. /* The default RXQ is the last RXQ */
  588. #define default_rxo(adpt) (&adpt->rx_obj[adpt->num_rx_qs - 1])
  589. #define for_all_rx_queues(adapter, rxo, i) \
  590. for (i = 0, rxo = &adapter->rx_obj[i]; i < adapter->num_rx_qs; \
  591. i++, rxo++)
  592. #define for_all_rss_queues(adapter, rxo, i) \
  593. for (i = 0, rxo = &adapter->rx_obj[i]; i < adapter->num_rss_qs; \
  594. i++, rxo++)
  595. #define for_all_tx_queues(adapter, txo, i) \
  596. for (i = 0, txo = &adapter->tx_obj[i]; i < adapter->num_tx_qs; \
  597. i++, txo++)
  598. #define for_all_evt_queues(adapter, eqo, i) \
  599. for (i = 0, eqo = &adapter->eq_obj[i]; i < adapter->num_evt_qs; \
  600. i++, eqo++)
  601. #define for_all_rx_queues_on_eq(adapter, eqo, rxo, i) \
  602. for (i = eqo->idx, rxo = &adapter->rx_obj[i]; i < adapter->num_rx_qs;\
  603. i += adapter->num_evt_qs, rxo += adapter->num_evt_qs)
  604. #define for_all_tx_queues_on_eq(adapter, eqo, txo, i) \
  605. for (i = eqo->idx, txo = &adapter->tx_obj[i]; i < adapter->num_tx_qs;\
  606. i += adapter->num_evt_qs, txo += adapter->num_evt_qs)
  607. #define is_mcc_eqo(eqo) (eqo->idx == 0)
  608. #define mcc_eqo(adapter) (&adapter->eq_obj[0])
  609. #define PAGE_SHIFT_4K 12
  610. #define PAGE_SIZE_4K (1 << PAGE_SHIFT_4K)
  611. /* Returns number of pages spanned by the data starting at the given addr */
  612. #define PAGES_4K_SPANNED(_address, size) \
  613. ((u32)((((size_t)(_address) & (PAGE_SIZE_4K - 1)) + \
  614. (size) + (PAGE_SIZE_4K - 1)) >> PAGE_SHIFT_4K))
  615. /* Returns bit offset within a DWORD of a bitfield */
  616. #define AMAP_BIT_OFFSET(_struct, field) \
  617. (((size_t)&(((_struct *)0)->field))%32)
  618. /* Returns the bit mask of the field that is NOT shifted into location. */
  619. static inline u32 amap_mask(u32 bitsize)
  620. {
  621. return (bitsize == 32 ? 0xFFFFFFFF : (1 << bitsize) - 1);
  622. }
  623. static inline void
  624. amap_set(void *ptr, u32 dw_offset, u32 mask, u32 offset, u32 value)
  625. {
  626. u32 *dw = (u32 *) ptr + dw_offset;
  627. *dw &= ~(mask << offset);
  628. *dw |= (mask & value) << offset;
  629. }
  630. #define AMAP_SET_BITS(_struct, field, ptr, val) \
  631. amap_set(ptr, \
  632. offsetof(_struct, field)/32, \
  633. amap_mask(sizeof(((_struct *)0)->field)), \
  634. AMAP_BIT_OFFSET(_struct, field), \
  635. val)
  636. static inline u32 amap_get(void *ptr, u32 dw_offset, u32 mask, u32 offset)
  637. {
  638. u32 *dw = (u32 *) ptr;
  639. return mask & (*(dw + dw_offset) >> offset);
  640. }
  641. #define AMAP_GET_BITS(_struct, field, ptr) \
  642. amap_get(ptr, \
  643. offsetof(_struct, field)/32, \
  644. amap_mask(sizeof(((_struct *)0)->field)), \
  645. AMAP_BIT_OFFSET(_struct, field))
  646. #define GET_RX_COMPL_V0_BITS(field, ptr) \
  647. AMAP_GET_BITS(struct amap_eth_rx_compl_v0, field, ptr)
  648. #define GET_RX_COMPL_V1_BITS(field, ptr) \
  649. AMAP_GET_BITS(struct amap_eth_rx_compl_v1, field, ptr)
  650. #define GET_TX_COMPL_BITS(field, ptr) \
  651. AMAP_GET_BITS(struct amap_eth_tx_compl, field, ptr)
  652. #define SET_TX_WRB_HDR_BITS(field, ptr, val) \
  653. AMAP_SET_BITS(struct amap_eth_hdr_wrb, field, ptr, val)
  654. #define be_dws_cpu_to_le(wrb, len) swap_dws(wrb, len)
  655. #define be_dws_le_to_cpu(wrb, len) swap_dws(wrb, len)
  656. static inline void swap_dws(void *wrb, int len)
  657. {
  658. #ifdef __BIG_ENDIAN
  659. u32 *dw = wrb;
  660. BUG_ON(len % 4);
  661. do {
  662. *dw = cpu_to_le32(*dw);
  663. dw++;
  664. len -= 4;
  665. } while (len);
  666. #endif /* __BIG_ENDIAN */
  667. }
  668. #define be_cmd_status(status) (status > 0 ? -EIO : status)
  669. static inline u8 is_tcp_pkt(struct sk_buff *skb)
  670. {
  671. u8 val = 0;
  672. if (ip_hdr(skb)->version == 4)
  673. val = (ip_hdr(skb)->protocol == IPPROTO_TCP);
  674. else if (ip_hdr(skb)->version == 6)
  675. val = (ipv6_hdr(skb)->nexthdr == NEXTHDR_TCP);
  676. return val;
  677. }
  678. static inline u8 is_udp_pkt(struct sk_buff *skb)
  679. {
  680. u8 val = 0;
  681. if (ip_hdr(skb)->version == 4)
  682. val = (ip_hdr(skb)->protocol == IPPROTO_UDP);
  683. else if (ip_hdr(skb)->version == 6)
  684. val = (ipv6_hdr(skb)->nexthdr == NEXTHDR_UDP);
  685. return val;
  686. }
  687. static inline bool is_ipv4_pkt(struct sk_buff *skb)
  688. {
  689. return skb->protocol == htons(ETH_P_IP) && ip_hdr(skb)->version == 4;
  690. }
  691. #define BE_ERROR_EEH 1
  692. #define BE_ERROR_UE BIT(1)
  693. #define BE_ERROR_FW BIT(2)
  694. #define BE_ERROR_HW (BE_ERROR_EEH | BE_ERROR_UE)
  695. #define BE_ERROR_ANY (BE_ERROR_EEH | BE_ERROR_UE | BE_ERROR_FW)
  696. #define BE_CLEAR_ALL 0xFF
  697. static inline u8 be_check_error(struct be_adapter *adapter, u32 err_type)
  698. {
  699. return (adapter->err_flags & err_type);
  700. }
  701. static inline void be_set_error(struct be_adapter *adapter, int err_type)
  702. {
  703. struct net_device *netdev = adapter->netdev;
  704. adapter->err_flags |= err_type;
  705. netif_carrier_off(netdev);
  706. dev_info(&adapter->pdev->dev, "%s: Link down\n", netdev->name);
  707. }
  708. static inline void be_clear_error(struct be_adapter *adapter, int err_type)
  709. {
  710. adapter->err_flags &= ~err_type;
  711. }
  712. static inline bool be_multi_rxq(const struct be_adapter *adapter)
  713. {
  714. return adapter->num_rx_qs > 1;
  715. }
  716. void be_cq_notify(struct be_adapter *adapter, u16 qid, bool arm,
  717. u16 num_popped);
  718. void be_link_status_update(struct be_adapter *adapter, u8 link_status);
  719. void be_parse_stats(struct be_adapter *adapter);
  720. int be_load_fw(struct be_adapter *adapter, u8 *func);
  721. bool be_is_wol_supported(struct be_adapter *adapter);
  722. bool be_pause_supported(struct be_adapter *adapter);
  723. u32 be_get_fw_log_level(struct be_adapter *adapter);
  724. int be_update_queues(struct be_adapter *adapter);
  725. int be_poll(struct napi_struct *napi, int budget);
  726. void be_eqd_update(struct be_adapter *adapter, bool force_update);
  727. /*
  728. * internal function to initialize-cleanup roce device.
  729. */
  730. void be_roce_dev_add(struct be_adapter *);
  731. void be_roce_dev_remove(struct be_adapter *);
  732. /*
  733. * internal function to open-close roce device during ifup-ifdown.
  734. */
  735. void be_roce_dev_shutdown(struct be_adapter *);
  736. #endif /* BE_H */