Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/
H A Dcmdhdr.h30 static inline u8 iwl_cmd_opcode(u32 cmdid) in iwl_cmd_opcode() argument
32 return cmdid & 0xFF; in iwl_cmd_opcode()
35 static inline u8 iwl_cmd_groupid(u32 cmdid) in iwl_cmd_groupid() argument
37 return ((cmdid & 0xFF00) >> 8); in iwl_cmd_groupid()
40 static inline u8 iwl_cmd_version(u32 cmdid) in iwl_cmd_version() argument
42 return ((cmdid & 0xFF0000) >> 16); in iwl_cmd_version()
/freebsd-13.1/contrib/wpa/hs20/client/
H A Doma_dm_client.c243 int cmdid) in add_replace_devinfo() argument
303 int cmdid = 0; in build_oma_dm_1() local
315 cmdid++; in build_oma_dm_1()
323 cmdid++; in build_oma_dm_1()
327 cmdid++; in build_oma_dm_1()
1051 cmdid++; in oma_dm_process()
1063 cmdid++; in oma_dm_process()
1073 cmdid++; in oma_dm_process()
1084 cmdid++; in oma_dm_process()
1098 cmdid++; in oma_dm_process()
[all …]
/freebsd-13.1/sys/netgraph/
H A Dng_message.h379 #define NG_MKMESSAGE(msg, cookie, cmdid, len, how) \ argument
387 (msg)->header.cmd = (cmdid); \
389 strncpy((msg)->header.cmdstr, #cmdid, \
H A Dng_pppoe.c303 static int pppoe_send_event(sessp sp, enum cmd cmdid);
2199 pppoe_send_event(sessp sp, enum cmd cmdid) in pppoe_send_event() argument
2207 NG_MKMESSAGE(msg, NGM_PPPOE_COOKIE, cmdid, in pppoe_send_event()
/freebsd-13.1/sys/dev/iwm/
H A 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-13.1/sys/dev/qat/
H A 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-13.1/sys/dev/iwn/
H A Dif_iwn.c5831 int cmdid; in iwn5000_set_txpower() local
5848 cmdid = IWN_CMD_TXPOWER_DBM_V1; in iwn5000_set_txpower()
5850 cmdid = IWN_CMD_TXPOWER_DBM; in iwn5000_set_txpower()
5851 return iwn_cmd(sc, cmdid, &cmd, sizeof cmd, async); in iwn5000_set_txpower()