Searched refs:__le16 (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_adminq_cmd.h | 48 __le16 flags; 49 __le16 opcode; 50 __le16 datalen; 51 __le16 retval; 339 __le16 fw_major; 340 __le16 fw_minor; 341 __le16 api_major; 342 __le16 api_minor; 388 __le16 resource_id; 389 __le16 access_type; [all …]
|
H A D | i40e_type.h | 711 __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 D | i40e_nvm.c | 322 *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 D | i40e_prototype.h | 203 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 D | i40e_lan_hmc.c | 807 __le16 dest_word; in i40e_write_word() 992 __le16 src_word; in i40e_read_word()
|
H A D | i40e_common.c | 2977 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_50/usr/src/uts/common/io/e1000api/ |
H A D | e1000_hw.h | 372 #define __le16 u16 macro 378 __le16 length; /* Length of data DMAed into data buffer */ 379 __le16 csum; /* Packet checksum */ 382 __le16 special; 397 __le16 ip_id; /* IP id */ 398 __le16 csum; /* Packet Checksum */ 404 __le16 length; 405 __le16 vlan; /* VLAN tag */ 427 __le16 ip_id; /* IP id */ 428 __le16 csum; /* Packet Checksum */ [all …]
|
H A D | e1000_82575.h | 204 __le16 pkt_info; /*RSS type, Pkt type*/ 206 __le16 hdr_info; 212 __le16 ip_id; /* IP id */ 213 __le16 csum; /* Packet Checksum */ 219 __le16 length; /* Packet length */ 220 __le16 vlan; /* VLAN tag */
|
/titanic_50/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_type.h | 2781 #ifndef __le16 2782 #define __le16 u16 macro 3015 __le16 length; /* Data buffer length */ 3025 __le16 vlan; 3047 __le16 length; /* Length of data DMAed into data buffer */ 3048 __le16 csum; /* Packet checksum */ 3051 __le16 vlan; 3065 __le16 pkt_info; /* RSS, Pkt type */ 3066 __le16 hdr_info; /* Splithdr, hdrlen */ 3072 __le16 ip_id; /* IP id */ [all …]
|
/titanic_50/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_osdep.h | 145 #define __le16 u16 macro
|
/titanic_50/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 159 #define __le16 u16 macro
|
/titanic_50/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 103 #define __le16 u16 macro
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 208 #define __le16 u16 macro
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.c | 173 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()
|