Home
last modified time | relevance | path

Searched refs:__le16 (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq_cmd.h48 __le16 flags;
49 __le16 opcode;
50 __le16 datalen;
51 __le16 retval;
337 __le16 fw_major;
338 __le16 fw_minor;
339 __le16 api_major;
340 __le16 api_minor;
386 __le16 resource_id;
387 __le16 access_type;
[all …]
H A Di40e_type.h711 __le16 mirroring_status;
712 __le16 fcoe_ctx_id;
714 __le16 l2tag1;
741 __le16 mirroring_status;
742 __le16 fcoe_ctx_id;
744 __le16 l2tag1;
760 __le16 ext_status; /* extended status */
761 __le16 rsvd;
762 __le16 l2tag2_1;
763 __le16 l2tag2_2;
[all …]
H A Di40e_nvm.c322 *data = LE16_TO_CPU(*(__le16 *)data); in i40e_read_nvm_word_aq()
465 data[i] = LE16_TO_CPU(((__le16 *)data)[i]); in i40e_read_nvm_buffer_aq()
586 *((__le16 *)data) = CPU_TO_LE16(*((u16 *)data)); in __i40e_write_nvm_word()
609 __le16 *le_word_ptr = (__le16 *)data; in __i40e_write_nvm_buffer()
723 __le16 le_sum; in i40e_update_nvm_checksum()
H A Di40e_prototype.h203 u16 rule_type, u16 dest_vsi, u16 count, __le16 *mr_list,
207 u16 rule_type, u16 rule_id, u16 count, __le16 *mr_list,
H A Di40e_lan_hmc.c807 __le16 dest_word; in i40e_write_word()
992 __le16 src_word; in i40e_read_word()
H A Di40e_common.c2977 u16 count, __le16 *mr_list, in i40e_mirrorrule_op()
3036 u16 rule_type, u16 dest_vsi, u16 count, __le16 *mr_list, in i40e_aq_add_mirrorrule()
3067 u16 rule_type, u16 rule_id, u16 count, __le16 *mr_list, in i40e_aq_delete_mirrorrule()
/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_hw.h370 #define __le16 u16 macro
376 __le16 length; /* Length of data DMAed into data buffer */
377 __le16 csum; /* Packet checksum */
380 __le16 special;
395 __le16 ip_id; /* IP id */
396 __le16 csum; /* Packet Checksum */
402 __le16 length;
403 __le16 vlan; /* VLAN tag */
425 __le16 ip_id; /* IP id */
426 __le16 csum; /* Packet Checksum */
[all …]
H A De1000_82575.h208 __le16 pkt_info; /*RSS type, Pkt type*/
210 __le16 hdr_info;
216 __le16 ip_id; /* IP id */
217 __le16 csum; /* Packet Checksum */
223 __le16 length; /* Packet length */
224 __le16 vlan; /* VLAN tag */
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_type.h2238 #ifndef __le16
2239 #define __le16 u16 macro
2378 __le16 length; /* Data buffer length */
2388 __le16 vlan;
2410 __le16 length; /* Length of data DMAed into data buffer */
2411 __le16 csum; /* Packet checksum */
2414 __le16 vlan;
2428 __le16 pkt_info; /* RSS, Pkt type */
2429 __le16 hdr_info; /* Splithdr, hdrlen */
2435 __le16 ip_id; /* IP id */
[all …]
/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h103 #define __le16 u16 macro
/titanic_41/usr/src/uts/common/io/igb/
H A De1000_osdep.h162 #define __le16 u16 macro
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h191 #define __le16 u16 macro
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c173 typedef u16 __le16; typedef
3909 static INLINE void ecore_get_fw_mac_addr(__le16 *fw_hi, __le16 *fw_mid, in ecore_get_fw_mac_addr()
3910 __le16 *fw_lo, u8 *mac) in ecore_get_fw_mac_addr()