Searched refs:__le16 (Results 1 – 25 of 1296) sorted by relevance
12345678910>>...52
19 __le16 req_type;20 __le16 cmpl_ring;21 __le16 seq_id;22 __le16 target_id;28 __le16 error_code;29 __le16 req_type;30 __le16 seq_id;31 __le16 resp_len;57 __le16 cmd_discr;67 __le16 tlv_type;[all …]
9 __le16 host_tag;12 __le16 ioc_use_only04;15 __le16 change_count;16 __le16 reserved0a;21 __le16 reserved1a;22 __le16 reply_free_queue_depth;23 __le16 reserved1e;26 __le16 sense_buffer_free_queue_depth;27 __le16 sense_buffer_length;48 __le16 host_tag;[all …]
98 __le16 flags;105 __le16 port_timer;106 __le16 nport_handle; /* N_PORT handle. */107 __le16 receive_data_size;108 __le16 reserved_2;120 __le16 nport_handle;137 __le16 nvram_version;141 __le16 version;143 __le16 frame_payload_size;144 __le16 execution_throttle;[all …]
37 __le16 frame_control;41 __le16 seq_ctrl;48 __le16 rts_rrv_time_ba;49 __le16 rts_rrv_time_aa;50 __le16 rts_rrv_time_bb;52 __le16 rrv_time_b;53 __le16 rrv_time_a;57 __le16 cts_rrv_time_ba;59 __le16 rrv_time_b;60 __le16 rrv_time_a;[all …]
303 __le16 reserved;310 __le16 tx_packet_length;330 __le16 status;346 __le16 pkt_len;366 __le16 command;367 __le16 size;368 __le16 seqnum;369 __le16 result;398 __le16 action;410 __le16 hwifversion;[all …]
402 __le16 Error;407 __le16 Flags2; /* note: le */408 __le16 PidHigh;418 __le16 Pid;420 __le16 Mid;438 __le16 *bc_ptr = (__le16 *)BCC(hdr); in get_bcc()447 __le16 *bc_ptr = (__le16 *)BCC(hdr); in put_bcc()497 __le16 ByteCount;509 __le16 DialectIndex; /* 0xFFFF = no dialect acceptable */511 __le16 MaxMpxCount;[all …]
96 __le16 StructureSize; /* 64 */97 __le16 CreditCharge; /* MBZ */99 __le16 Command;100 __le16 CreditRequest; /* CreditResponse */115 __le16 StructureSize2; /* size of wct area (varies, request specific) */129 __le16 Flags; /* EncryptionAlgorithm for 3.0, enc enabled for 3.1.1 */137 __le16 CompressionAlgorithm;138 __le16 Flags;139 __le16 Length; /* if chained it is length, else offset */147 __le16 CompressionAlgorithm;[all …]
121 __le16 num_ifs;128 __le16 max_vlans;129 __le16 max_fdb_entries;130 __le16 fdb_aging_time;131 __le16 max_fdb_mc_groups;202 __le16 num_ifs;205 __le16 max_vlans;206 __le16 num_vlans;208 __le16 max_fdb_entries;209 __le16 fdb_aging_time;[all …]
60 __le16 seq_num;61 __le16 reserved;62 __le16 type;63 __le16 len;650 __le16 type;651 __le16 len;683 __le16 tx_pkt_length;684 __le16 tx_pkt_offset;685 __le16 tx_pkt_type;698 __le16 rx_pkt_length;[all …]
31 __le16 flags;32 __le16 opcode;33 __le16 datalen;34 __le16 retval;314 __le16 fw_major;315 __le16 fw_minor;316 __le16 api_major;317 __le16 api_minor;356 __le16 resource_id;357 __le16 access_type;[all …]
628 __le16 pkt_type;631 __le16 clock_offset;637 __le16 handle;643 __le16 handle;644 __le16 pkt_type;697 __le16 handle;698 __le16 pkt_type;703 __le16 handle;708 __le16 handle;714 __le16 handle;[all …]
246 __le16 compression;247 __le16 block_log;248 __le16 flags;249 __le16 no_ids;250 __le16 s_major;251 __le16 s_minor;270 __le16 inode_type;271 __le16 mode;272 __le16 uid;273 __le16 guid;[all …]
29 __le16 send_queue_head;37 __le16 _r_a;51 __le16 exec_queue_tail;52 __le16 send_queue_tail;53 __le16 sister_ddb;55 __le16 _r_c;63 __le16 active_task_count;69 __le16 _r_f;71 __le16 itnl_timeout;83 __le16 send_queue_head;[all …]
86 __le16 proc_id;91 __le16 proc_id;101 __le16 proc_id;106 __le16 proc_id;116 __le16 proc_id;123 __le16 proc_id;133 __le16 proc_id;138 __le16 proc_id;150 __le16 proc_id;155 __le16 proc_id;[all …]
28 *(__le16 *)(pbuf) |= cpu_to_le16(IEEE80211_FCTL_TODS); \31 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(IEEE80211_FCTL_TODS)) != 0)34 *(__le16 *)(pbuf) &= (~cpu_to_le16(IEEE80211_FCTL_TODS)); \38 *(__le16 *)(pbuf) |= cpu_to_le16(IEEE80211_FCTL_FROMDS); \41 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(IEEE80211_FCTL_FROMDS)) != 0)44 *(__le16 *)(pbuf) &= (~cpu_to_le16(IEEE80211_FCTL_FROMDS)); \53 *(__le16 *)(pbuf) |= cpu_to_le16(IEEE80211_FCTL_MOREFRAGS); \56 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(IEEE80211_FCTL_MOREFRAGS)) != 0)59 *(__le16 *)(pbuf) &= (~cpu_to_le16(IEEE80211_FCTL_MOREFRAGS)); \63 *(__le16 *)(pbuf) |= cpu_to_le16(IEEE80211_FCTL_RETRY); \[all …]
28 __le16 len;39 __le16 frame_control;43 __le16 seq_ctrl;50 __le16 rts_rrv_time_ba;51 __le16 rts_rrv_time_aa;52 __le16 rts_rrv_time_bb;54 __le16 rrv_time_b;55 __le16 rrv_time_a;59 __le16 cts_rrv_time_ba;61 __le16 rrv_time_b;[all …]
10 __le16 len;11 __le16 pq_id;59 __le16 len;60 __le16 pkt_type_id;64 __le16 __rsv;130 __le16 pulse_width;131 __le16 pulse_power;138 __le16 pulse_width;139 __le16 pulse_power;146 __le16 pulse_width;[all …]
60 __le16 pll_reg_1;61 __le16 pll_reg_2;66 __le16 pll_reg_1;67 __le16 pll_reg_2;68 __le16 pll_reg_3;73 __le16 pll_reg;84 __le16 pll_ctrl_set_reg;85 __le16 pll_ctrl_clr_reg;86 __le16 pll_modem_conig_reg;87 __le16 soc_clk_config_reg;[all …]
302 __le16 desc_word[8];322 __le16 len_qno;330 __le16 reserved2;338 __le16 token;351 __le16 desc_word[8];359 __le16 reserved;360 __le16 umac_clk;367 __le16 command;368 __le16 mpdu_density;369 __le16 reserved;[all …]
35 __le16 tx_sws_timer;49 __le16 local_mac_addr_lo;50 __le16 local_mac_addr_mid;51 __le16 local_mac_addr_hi;52 __le16 remote_mac_addr_lo;53 __le16 remote_mac_addr_mid;54 __le16 remote_mac_addr_hi;55 __le16 vlan_id;56 __le16 flags;84 __le16 remote_port;[all …]
200 __le16 status;201 __le16 reserved1;202 __le16 reserved2;206 __le16 tx_control;232 __le16 TxUnicastFrames;233 __le16 TxMulticastFrames;234 __le16 TxFragments;235 __le16 TxUnicastOctets;236 __le16 TxMulticastOctets;237 __le16 TxDeferredTransmissions;[all …]
9 __le16 vendor;10 __le16 device;11 __le16 command;12 __le16 status;25 __le16 secondary_status;26 __le16 membase;27 __le16 memlimit;28 __le16 pref_mem_base;29 __le16 pref_mem_limit;32 __le16 iobaseupper;[all …]
16 __le16 bb_per_lun;17 __le16 block_endurance;28 __le16 revision;29 __le16 features;31 __le16 sec_cmd;43 __le16 spare_bytes_per_page;56 __le16 async_sdr_speed_grade;57 __le16 toggle_ddr_speed_grade;58 __le16 sync_ddr_speed_grade;62 __le16 t_prog;[all …]
177 __le16 start_slot_idx;178 __le16 reserved16;239 __le16 lflags;250 __le16 cfa_action;288 __le16 lflags;289 __le16 cfa_action;345 __le16 reserved16;357 __le16 reserved16;374 __le16 reserved16;385 __le16 reserved16;[all …]
219 __le16 len;220 __le16 offload_assist;225 __le16 reserved;240 __le16 pm_frame_timeout;241 __le16 reserved4;248 __le16 pn_high;249 __le16 aux_info;264 __le16 len;265 __le16 offload_assist;286 __le16 len;[all …]