Home
last modified time | relevance | path

Searched refs:tx_cmd (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/svc/configd/
H A Dobject.c45 struct tx_cmd { struct
46 const struct rep_protocol_transaction_cmd *tx_cmd; member
59 const struct tx_cmd *elem = elem_arg; in tx_cmd_compare() argument
73 struct tx_cmd txc_cmds[1]; /* actually txc_count */
108 struct tx_cmd *elem; in tx_process_property()
145 switch (elem->tx_cmd->rptc_action) { in tx_process_property()
151 if (REP_PROTOCOL_BASE_TYPE(elem->tx_cmd->rptc_type) != in tx_process_property()
153 REP_PROTOCOL_SUBTYPE(elem->tx_cmd->rptc_type) != in tx_process_property()
191 struct tx_cmd *elem; in tx_process_cmds()
233 switch (elem->tx_cmd->rptc_action) { in tx_process_cmds()
[all …]
/titanic_41/usr/src/uts/common/io/iwp/
H A Diwp.c3939 hdr->tx_cmd.tx_flags = LE_32(TX_CMD_FLG_SEQ_CTL_MSK); in iwp_scan()
3940 hdr->tx_cmd.sta_id = IWP_BROADCAST_ID; in iwp_scan()
3941 hdr->tx_cmd.stop_time.life_time = LE_32(0xffffffff); in iwp_scan()
3942 hdr->tx_cmd.rate.r.rate_n_flags = LE_32(iwp_rate_to_plcp(2)); in iwp_scan()
3943 hdr->tx_cmd.rate.r.rate_n_flags |= in iwp_scan()
4030 hdr->tx_cmd.len = LE_16(_PTRDIFF(frm, wh)); in iwp_scan()
4032 LE_16(hdr->tx_cmd.len) + sizeof (iwp_scan_hdr_t)); in iwp_scan()
H A Diwp_hw.h2480 struct iwp_tx_cmd tx_cmd; member
/titanic_41/usr/src/uts/common/io/iwh/
H A Diwh.c4141 hdr->tx_cmd.tx_flags = LE_32(TX_CMD_FLG_SEQ_CTL_MSK); in iwh_scan()
4142 hdr->tx_cmd.sta_id = IWH_BROADCAST_ID; in iwh_scan()
4143 hdr->tx_cmd.stop_time.life_time = LE_32(0xffffffff); in iwh_scan()
4144 hdr->tx_cmd.rate.r.rate_n_flags = LE_32(iwh_rate_to_plcp(2)); in iwh_scan()
4145 hdr->tx_cmd.rate.r.rate_n_flags |= in iwh_scan()
4232 hdr->tx_cmd.len = LE_16(_PTRDIFF(frm, wh)); in iwh_scan()
4234 LE_16(hdr->tx_cmd.len) + sizeof (iwh_scan_hdr_t)); in iwh_scan()
H A Diwh_hw.h2483 struct iwh_tx_cmd tx_cmd; member
/titanic_41/usr/src/uts/common/io/iwk/
H A Diwk2.c3675 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()
H A Diwk_hw.h3131 struct iwk_tx_cmd tx_cmd; member