Searched refs:tx_cmd (Results 1 – 7 of 7) sorted by relevance
43 struct tx_cmd { struct44 const struct rep_protocol_transaction_cmd *tx_cmd; member57 const struct tx_cmd *elem = elem_arg; in tx_cmd_compare() argument71 struct tx_cmd txc_cmds[1]; /* actually txc_count */106 struct tx_cmd *elem; in tx_process_property()143 switch (elem->tx_cmd->rptc_action) { in tx_process_property()149 if (REP_PROTOCOL_BASE_TYPE(elem->tx_cmd->rptc_type) != in tx_process_property()151 REP_PROTOCOL_SUBTYPE(elem->tx_cmd->rptc_type) != in tx_process_property()189 struct tx_cmd *elem; in tx_process_cmds()231 switch (elem->tx_cmd->rptc_action) { in tx_process_cmds()[all …]
3943 hdr->tx_cmd.tx_flags = LE_32(TX_CMD_FLG_SEQ_CTL_MSK); in iwp_scan()3944 hdr->tx_cmd.sta_id = IWP_BROADCAST_ID; in iwp_scan()3945 hdr->tx_cmd.stop_time.life_time = LE_32(0xffffffff); in iwp_scan()3946 hdr->tx_cmd.rate.r.rate_n_flags = LE_32(iwp_rate_to_plcp(2)); in iwp_scan()3947 hdr->tx_cmd.rate.r.rate_n_flags |= in iwp_scan()4034 hdr->tx_cmd.len = LE_16(_PTRDIFF(frm, wh)); in iwp_scan()4036 LE_16(hdr->tx_cmd.len) + sizeof (iwp_scan_hdr_t)); in iwp_scan()
2480 struct iwp_tx_cmd tx_cmd; member
4142 hdr->tx_cmd.tx_flags = LE_32(TX_CMD_FLG_SEQ_CTL_MSK); in iwh_scan()4143 hdr->tx_cmd.sta_id = IWH_BROADCAST_ID; in iwh_scan()4144 hdr->tx_cmd.stop_time.life_time = LE_32(0xffffffff); in iwh_scan()4145 hdr->tx_cmd.rate.r.rate_n_flags = LE_32(iwh_rate_to_plcp(2)); in iwh_scan()4146 hdr->tx_cmd.rate.r.rate_n_flags |= in iwh_scan()4233 hdr->tx_cmd.len = LE_16(_PTRDIFF(frm, wh)); in iwh_scan()4235 LE_16(hdr->tx_cmd.len) + sizeof (iwh_scan_hdr_t)); in iwh_scan()
2483 struct iwh_tx_cmd tx_cmd; member
3675 hdr->tx_cmd.tx_flags = LE_32(TX_CMD_FLG_SEQ_CTL_MSK); in iwk_scan()3676 hdr->tx_cmd.sta_id = IWK_BROADCAST_ID; in iwk_scan()3677 hdr->tx_cmd.stop_time.life_time = LE_32(0xffffffff); in iwk_scan()3678 hdr->tx_cmd.tx_flags |= LE_32(0x200); in iwk_scan()3679 hdr->tx_cmd.rate.r.rate_n_flags = LE_32(iwk_rate_to_plcp(2)); in iwk_scan()3680 hdr->tx_cmd.rate.r.rate_n_flags |= in iwk_scan()3751 hdr->tx_cmd.len = LE_16(_PTRDIFF(frm, wh)); in iwk_scan()3753 LE_16(hdr->tx_cmd.len) + sizeof (iwk_scan_hdr_t)); in iwk_scan()
3131 struct iwk_tx_cmd tx_cmd; member