Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
A Dcmdhdr.h45 static inline u32 iwl_cmd_id(u8 opcode, u8 groupid, u8 version) in iwl_cmd_id() argument
47 return opcode + (groupid << 8) + (version << 16); in iwl_cmd_id()
/linux/drivers/staging/r8188eu/core/
A Drtw_p2p.c924 u8 groupid[38] = { 0x00 }; in process_p2p_devdisc_req() local
929 if (!memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && in process_p2p_devdisc_req()
1227 u8 groupid[38]; in process_p2p_group_negotation_resp() local
1347 memset(groupid, 0x00, 38); in process_p2p_group_negotation_resp()
1349 memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_resp()
1350 memcpy(pwdinfo->groupid_info.ssid, &groupid[6], attr_contentlen - ETH_ALEN); in process_p2p_group_negotation_resp()
1373 u8 groupid[38] = { 0x00 }; in process_p2p_group_negotation_confirm() local
1411 memset(groupid, 0x00, 38); in process_p2p_group_negotation_confirm()
1413 …DBG_88E("[%s] Ssid = %s, ssidlen = %zu\n", __func__, &groupid[ETH_ALEN], strlen(&groupid[ETH_ALEN]… in process_p2p_group_negotation_confirm()
1414 memcpy(pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN); in process_p2p_group_negotation_confirm()
[all …]
/linux/Documentation/scsi/
A Dwd719x.rst9 http://support.wdc.com/product/download.asp?groupid=801&sid=27&lang=en
/linux/tools/kvm/kvm_stat/
A Dkvm_stat644 for groupid in groupids:
662 trace_cpu = groupid if self._pid == 0 else -1
663 trace_pid = int(groupid) if self._pid != 0 else -1
/linux/Documentation/filesystems/
A Dcoda.rst619 mode, owner, groupid, atime, mtime and ctime. The return value
/linux/Documentation/admin-guide/cifs/
A Dusage.rst320 (similar to above but for the groupid instead of uid) (default)

Completed in 18 milliseconds