Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 25 of 31) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/
Dos_if_wifi_pos.c189 static void os_if_wifi_pos_send_peer_nl_status(uint32_t pid, uint8_t *buf) in os_if_wifi_pos_send_peer_nl_status() argument
198 msg = cld80211_oem_rsp_alloc_skb(pid, &hdr, &nest1, &flags); in os_if_wifi_pos_send_peer_nl_status()
249 CLD80211_VENDOR_SUB_CMD_PEER_STATUS_IND, pid); in os_if_wifi_pos_send_peer_nl_status()
254 static void os_if_send_cap_nl_resp(uint32_t pid, uint8_t *buf) in os_if_send_cap_nl_resp() argument
262 msg = cld80211_oem_rsp_alloc_skb(pid, &hdr, &nest1, &flags); in os_if_send_cap_nl_resp()
310 CLD80211_VENDOR_SUB_CMD_GET_CAPS, pid); in os_if_send_cap_nl_resp()
360 os_if_create_ch_nl_resp(uint32_t pid, uint8_t *buf, uint16_t num_chan, in os_if_create_ch_nl_resp() argument
373 msg = cld80211_oem_rsp_alloc_skb(pid, &hdr, &nest1, &flags); in os_if_create_ch_nl_resp()
419 CLD80211_VENDOR_SUB_CMD_GET_CH_INFO, pid); in os_if_create_ch_nl_resp()
430 static void os_if_send_chan_nl_resp(uint32_t pid, uint8_t *buf) in os_if_send_chan_nl_resp() argument
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_oemdata.c763 tAniMsgHdr *msg_hdr, int pid) in oem_app_reg_req_handler() argument
769 pid, msg_hdr->length); in oem_app_reg_req_handler()
775 hdd_debug("Valid App Req Req from oem app pid: %d", pid); in oem_app_reg_req_handler()
778 hdd_ctx->oem_pid = pid; in oem_app_reg_req_handler()
781 hdd_err("Invalid signature in App Reg Req from pid: %d", pid); in oem_app_reg_req_handler()
782 send_oem_err_rsp_nlink_msg(pid, OEM_ERR_INVALID_SIGNATURE); in oem_app_reg_req_handler()
798 tAniMsgHdr *msg_hdr, int pid) in oem_data_req_handler() argument
801 msg_hdr->length, pid); in oem_data_req_handler()
804 (pid != hdd_ctx->oem_pid)) { in oem_data_req_handler()
807 hdd_ctx->oem_app_registered, pid); in oem_data_req_handler()
[all …]
Dwlan_hdd_cfr.c85 uint8_t vdev_id, uint32_t pid, in wlan_hdd_transport_mode_cfg() argument
102 pa->nl_cb.pid = pid; in wlan_hdd_transport_mode_cfg()
327 uint32_t pid = 0; in wlan_cfg80211_cfr_set_config() local
330 pid = nla_get_u32(tb[ in wlan_cfg80211_cfr_set_config()
338 hdd_debug("tx mode attr %d, pid %d", transport_mode, pid); in wlan_cfg80211_cfr_set_config()
343 pid, transport_mode); in wlan_cfg80211_cfr_set_config()
Dwlan_hdd_spectralscan.c516 rsp_msg->pid = hdd_ctx->sscan_pid; in send_spectral_scan_reg_rsp_msg()
546 void *ctx, int pid) in __spectral_scan_msg_handler() argument
587 hdd_ctx->sscan_pid = ss_msg->pid; in __spectral_scan_msg_handler()
601 void *ctx, int pid) in spectral_scan_msg_handler() argument
609 __spectral_scan_msg_handler(data, data_len, ctx, pid); in spectral_scan_msg_handler()
/wlan-driver/qca-wifi-host-cmn/utils/ptt/src/
Dwlan_ptt_sock_svc.c119 int ptt_sock_send_msg_to_app(tAniHdr *wmsg, int radio, int src_mod, int pid) in ptt_sock_send_msg_to_app() argument
145 nlmsg_put(skb, pid, nlmsg_seq++, src_mod, payload_len, in ptt_sock_send_msg_to_app()
163 if (pid != INVALID_PID) in ptt_sock_send_msg_to_app()
164 err = nl_srv_ucast_ptt(skb, pid, MSG_DONTWAIT); in ptt_sock_send_msg_to_app()
171 __func__, be16_to_cpu(wmsg->type), pid); in ptt_sock_send_msg_to_app()
187 static void ptt_cmd_handler(const void *data, int data_len, void *ctx, int pid) in ptt_cmd_handler() argument
235 ANI_NL_MSG_PUMAC, pid); in ptt_cmd_handler()
/wlan-driver/qca-wifi-host-cmn/utils/ptt/inc/
Dwlan_ptt_sock_svc.h118 int ptt_sock_send_msg_to_app(tAniHdr *wmsg, int radio, int src_mod, int pid);
126 int pid; /* process id */ member
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_lock.c95 if ((lock->process_id == current->pid) && in qdf_mutex_acquire()
99 pe_err("%s: %x %d %d", __func__, lock, current->pid, in qdf_mutex_acquire()
117 pe_err("%s: %x %d", __func__, lock, current->pid); in qdf_mutex_acquire()
120 lock->process_id = current->pid; in qdf_mutex_acquire()
165 if (lock->process_id != current->pid) { in qdf_mutex_release()
171 __func__, lock->process_id, current->pid); in qdf_mutex_release()
176 if ((lock->process_id == current->pid) && in qdf_mutex_release()
Dqdf_threads.c262 return current->pid; in qdf_get_current_pid()
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
Dwifi_pos_main.c210 req->pid, req->buf_len); in wifi_pos_process_data_req()
331 req->pid, req->buf_len); in wifi_pos_process_set_cap_req()
360 req->pid, req->buf_len); in wifi_pos_process_get_cap_req()
658 req->pid, req->buf_len); in wifi_pos_process_ch_info_req()
870 req->pid, req->buf_len); in wifi_pos_process_app_reg_req()
877 wifi_pos_err("Invalid signature pid(%d)", req->pid); in wifi_pos_process_app_reg_req()
883 wifi_pos_debug("Valid App Req Req from pid(%d)", req->pid); in wifi_pos_process_app_reg_req()
886 wifi_pos_obj->app_pid = req->pid; in wifi_pos_process_app_reg_req()
925 wifi_pos_obj->wifi_pos_send_rsp(psoc, req->pid, in wifi_pos_process_app_reg_req()
935 wifi_pos_obj->wifi_pos_send_rsp(psoc, req->pid, WIFI_POS_CMD_ERROR, in wifi_pos_process_app_reg_req()
Dwifi_pos_ucfg.c145 (!is_app_registered || app_pid != req->pid)) { in ucfg_wifi_pos_process_req()
147 is_app_registered, req->pid, app_pid); in ucfg_wifi_pos_process_req()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_spectralscan.h49 uint32_t pid; member
61 uint32_t pid; member
/wlan-driver/fw-api/hw/qcn9224/v2/
Dtcl_entrance_from_ppe_ring.h67 pid : 4, member
99 pid : 4,
/wlan-driver/fw-api/hw/qcn6432/
Dtcl_entrance_from_ppe_ring.h58 pid : 4, // [15:12] member
90 pid : 4, // [15:12]
/wlan-driver/fw-api/hw/qca5332/
Dtcl_entrance_from_ppe_ring.h67 pid : 4, // [15:12] member
99 pid : 4, // [15:12]
/wlan-driver/fw-api/hw/qca5424/
Dtcl_entrance_from_ppe_ring.h60 pid : 4, member
92 pid : 4,
/wlan-driver/fw-api/hw/qcn9224/v1/
Dtcl_entrance_from_ppe_ring.h67 pid : 4, member
99 pid : 4,
/wlan-driver/qca-wifi-host-cmn/utils/nlink/src/
Dwlan_nlink_srv.c122 NETLINK_CB(skb).pid = 0; in nl_srv_ucast()
160 NETLINK_CB(skb).pid = 0; in nl_srv_bcast()
419 static int send_msg_to_cld80211(int mcgroup_id, int pid, int app_id, in send_msg_to_cld80211() argument
447 status = cld80211_fill_data(msg, pid, 0, 0, app_id, buf, len); in send_msg_to_cld80211()
/wlan-driver/platform/inc/
Dcnss_nl.h80 void *cb_ctx, int pid);
/wlan-driver/qca-wifi-host-cmn/umac/cfr/dispatcher/inc/
Dwlan_cfr_utils_api.h515 uint32_t pid; member
516 void (*cfr_nl_cb)(uint8_t vdev_id, uint32_t pid,
/wlan-driver/qca-wifi-host-cmn/utils/epping/inc/
Depping_internal.h85 struct task_struct *pid; member
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/
Dwifi_pos_api.h176 uint32_t pid; member
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_trace.h162 uint32_t pid; member
491 uint32_t pid; member
/wlan-driver/qca-wifi-host-cmn/umac/cfr/dispatcher/src/
Dwlan_cfr_tgt_api.c65 pa->nl_cb.cfr_nl_cb(pa->nl_cb.vdev_id, pa->nl_cb.pid, in tgt_cfr_info_send()
/wlan-driver/qca-wifi-host-cmn/os_if/linux/spectral/src/
Dos_if_spectral_netlink.c345 NETLINK_CB(skb).pid = 0; /* from kernel */ in os_if_init_spectral_skb_pid_portid()
/wlan-driver/qca-wifi-host-cmn/scheduler/src/
Dscheduler_core.c446 current->pid, current->comm); in scheduler_thread()

12