Home
last modified time | relevance | path

Searched refs:cmdid (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/wpa/hs20/client/
Doma_dm_client.c137 int cmdid) in oma_dm_add_cmdid() argument
139 xml_node_create_text(ctx->xml, parent, NULL, "CmdID", int2str(cmdid)); in oma_dm_add_cmdid()
144 int cmdid, int data) in add_alert() argument
151 oma_dm_add_cmdid(ctx, node, cmdid); in add_alert()
159 int msgref, int cmdref, int cmdid, in add_status() argument
167 oma_dm_add_cmdid(ctx, node, cmdid); in add_status()
184 int msgref, int cmdref, int cmdid, in add_results() argument
193 oma_dm_add_cmdid(ctx, node, cmdid); in add_results()
243 int cmdid) in add_replace_devinfo() argument
260 oma_dm_add_cmdid(ctx, replace, cmdid); in add_replace_devinfo()
[all …]
/freebsd-12-stable/sys/netgraph/
Dng_message.h380 #define NG_MKMESSAGE(msg, cookie, cmdid, len, how) \ argument
388 (msg)->header.cmd = (cmdid); \
390 strncpy((msg)->header.cmdstr, #cmdid, \
Dng_pppoe.c318 static int pppoe_send_event(sessp sp, enum cmd cmdid);
2211 pppoe_send_event(sessp sp, enum cmd cmdid) in pppoe_send_event() argument
2219 NG_MKMESSAGE(msg, NGM_PPPOE_COOKIE, cmdid, in pppoe_send_event()
/freebsd-12-stable/sys/dev/iwm/
Dif_iwmreg.h6330 iwm_cmd_opcode(uint32_t cmdid) in iwm_cmd_opcode() argument
6332 return cmdid & 0xff; in iwm_cmd_opcode()
6336 iwm_cmd_groupid(uint32_t cmdid) in iwm_cmd_groupid() argument
6338 return ((cmdid & 0xff00) >> 8); in iwm_cmd_groupid()
6342 iwm_cmd_version(uint32_t cmdid) in iwm_cmd_version() argument
6344 return ((cmdid & 0xff0000) >> 16); in iwm_cmd_version()
/freebsd-12-stable/sys/dev/qat/
Dqat_hw15.c123 qat_msg_service_cmd_populate(struct fw_la_bulk_req *msg, enum fw_la_cmd_id cmdid, in qat_msg_service_cmd_populate() argument
126 msg->comn_la_req.la_cmd_id = cmdid; in qat_msg_service_cmd_populate()
/freebsd-12-stable/sys/dev/iwn/
Dif_iwn.c5828 int cmdid; in iwn5000_set_txpower() local
5845 cmdid = IWN_CMD_TXPOWER_DBM_V1; in iwn5000_set_txpower()
5847 cmdid = IWN_CMD_TXPOWER_DBM; in iwn5000_set_txpower()
5848 return iwn_cmd(sc, cmdid, &cmd, sizeof cmd, async); in iwn5000_set_txpower()