Symbol: tx_cmd
usr/src/cmd/svc/configd/object.c
106
struct tx_cmd *elem;
usr/src/cmd/svc/configd/object.c
143
switch (elem->tx_cmd->rptc_action) {
usr/src/cmd/svc/configd/object.c
149
if (REP_PROTOCOL_BASE_TYPE(elem->tx_cmd->rptc_type) !=
usr/src/cmd/svc/configd/object.c
151
REP_PROTOCOL_SUBTYPE(elem->tx_cmd->rptc_type) !=
usr/src/cmd/svc/configd/object.c
189
struct tx_cmd *elem;
usr/src/cmd/svc/configd/object.c
231
switch (elem->tx_cmd->rptc_action) {
usr/src/cmd/svc/configd/object.c
248
elem->tx_cmd->rptc_action != REP_PROTOCOL_TX_ENTRY_NEW &&
usr/src/cmd/svc/configd/object.c
267
if (elem->tx_cmd->rptc_action == REP_PROTOCOL_TX_ENTRY_DELETE)
usr/src/cmd/svc/configd/object.c
270
type[0] = REP_PROTOCOL_BASE_TYPE(elem->tx_cmd->rptc_type);
usr/src/cmd/svc/configd/object.c
271
type[1] = REP_PROTOCOL_SUBTYPE(elem->tx_cmd->rptc_type);
usr/src/cmd/svc/configd/object.c
318
val_id, elem->tx_cmd->rptc_type,
usr/src/cmd/svc/configd/object.c
356
struct tx_cmd *cur;
usr/src/cmd/svc/configd/object.c
357
struct tx_cmd *prev = NULL;
usr/src/cmd/svc/configd/object.c
369
cur->tx_cmd = cmds;
usr/src/cmd/svc/configd/object.c
44
const struct rep_protocol_transaction_cmd *tx_cmd;
usr/src/cmd/svc/configd/object.c
525
struct tx_cmd *cur;
usr/src/cmd/svc/configd/object.c
532
*action = cur->tx_cmd->rptc_action;
usr/src/cmd/svc/configd/object.c
556
struct tx_cmd *cur;
usr/src/cmd/svc/configd/object.c
57
const struct tx_cmd *elem = elem_arg;
usr/src/cmd/svc/configd/object.c
577
struct tx_cmd *cur;
usr/src/cmd/svc/configd/object.c
598
struct tx_cmd *cur;
usr/src/cmd/svc/configd/object.c
605
*ptype = cur->tx_cmd->rptc_type;
usr/src/cmd/svc/configd/object.c
623
struct tx_cmd *cur;
usr/src/cmd/svc/configd/object.c
71
struct tx_cmd txc_cmds[1]; /* actually txc_count */
usr/src/uts/common/io/iwh/iwh.c
4141
hdr->tx_cmd.tx_flags = LE_32(TX_CMD_FLG_SEQ_CTL_MSK);
usr/src/uts/common/io/iwh/iwh.c
4142
hdr->tx_cmd.sta_id = IWH_BROADCAST_ID;
usr/src/uts/common/io/iwh/iwh.c
4143
hdr->tx_cmd.stop_time.life_time = LE_32(0xffffffff);
usr/src/uts/common/io/iwh/iwh.c
4144
hdr->tx_cmd.rate.r.rate_n_flags = LE_32(iwh_rate_to_plcp(2));
usr/src/uts/common/io/iwh/iwh.c
4145
hdr->tx_cmd.rate.r.rate_n_flags |=
usr/src/uts/common/io/iwh/iwh.c
4232
hdr->tx_cmd.len = LE_16(_PTRDIFF(frm, wh));
usr/src/uts/common/io/iwh/iwh.c
4234
LE_16(hdr->tx_cmd.len) + sizeof (iwh_scan_hdr_t));
usr/src/uts/common/io/iwh/iwh_hw.h
2483
struct iwh_tx_cmd tx_cmd;
usr/src/uts/common/io/iwk/iwk2.c
3674
hdr->tx_cmd.tx_flags = LE_32(TX_CMD_FLG_SEQ_CTL_MSK);
usr/src/uts/common/io/iwk/iwk2.c
3675
hdr->tx_cmd.sta_id = IWK_BROADCAST_ID;
usr/src/uts/common/io/iwk/iwk2.c
3676
hdr->tx_cmd.stop_time.life_time = LE_32(0xffffffff);
usr/src/uts/common/io/iwk/iwk2.c
3677
hdr->tx_cmd.tx_flags |= LE_32(0x200);
usr/src/uts/common/io/iwk/iwk2.c
3678
hdr->tx_cmd.rate.r.rate_n_flags = LE_32(iwk_rate_to_plcp(2));
usr/src/uts/common/io/iwk/iwk2.c
3679
hdr->tx_cmd.rate.r.rate_n_flags |=
usr/src/uts/common/io/iwk/iwk2.c
3750
hdr->tx_cmd.len = LE_16(_PTRDIFF(frm, wh));
usr/src/uts/common/io/iwk/iwk2.c
3752
LE_16(hdr->tx_cmd.len) + sizeof (iwk_scan_hdr_t));
usr/src/uts/common/io/iwk/iwk_hw.h
3131
struct iwk_tx_cmd tx_cmd;
usr/src/uts/common/io/iwp/iwp.c
3942
hdr->tx_cmd.tx_flags = LE_32(TX_CMD_FLG_SEQ_CTL_MSK);
usr/src/uts/common/io/iwp/iwp.c
3943
hdr->tx_cmd.sta_id = IWP_BROADCAST_ID;
usr/src/uts/common/io/iwp/iwp.c
3944
hdr->tx_cmd.stop_time.life_time = LE_32(0xffffffff);
usr/src/uts/common/io/iwp/iwp.c
3945
hdr->tx_cmd.rate.r.rate_n_flags = LE_32(iwp_rate_to_plcp(2));
usr/src/uts/common/io/iwp/iwp.c
3946
hdr->tx_cmd.rate.r.rate_n_flags |=
usr/src/uts/common/io/iwp/iwp.c
4033
hdr->tx_cmd.len = LE_16(_PTRDIFF(frm, wh));
usr/src/uts/common/io/iwp/iwp.c
4035
LE_16(hdr->tx_cmd.len) + sizeof (iwp_scan_hdr_t));
usr/src/uts/common/io/iwp/iwp_hw.h
2480
struct iwp_tx_cmd tx_cmd;