Home
last modified time | relevance | path

Searched refs:msgp (Results 1 – 16 of 16) sorted by relevance

/linux-6.6.21/drivers/staging/wlan-ng/
Dprism2mgmt.h54 int prism2mgmt_mibset_mibget(struct wlandevice *wlandev, void *msgp);
55 int prism2mgmt_scan(struct wlandevice *wlandev, void *msgp);
56 int prism2mgmt_scan_results(struct wlandevice *wlandev, void *msgp);
57 int prism2mgmt_start(struct wlandevice *wlandev, void *msgp);
58 int prism2mgmt_wlansniff(struct wlandevice *wlandev, void *msgp);
59 int prism2mgmt_readpda(struct wlandevice *wlandev, void *msgp);
60 int prism2mgmt_ramdl_state(struct wlandevice *wlandev, void *msgp);
61 int prism2mgmt_ramdl_write(struct wlandevice *wlandev, void *msgp);
62 int prism2mgmt_flashdl_state(struct wlandevice *wlandev, void *msgp);
63 int prism2mgmt_flashdl_write(struct wlandevice *wlandev, void *msgp);
[all …]
Dprism2mgmt.c108 int prism2mgmt_scan(struct wlandevice *wlandev, void *msgp) in prism2mgmt_scan() argument
112 struct p80211msg_dot11req_scan *msg = msgp; in prism2mgmt_scan()
362 int prism2mgmt_scan_results(struct wlandevice *wlandev, void *msgp) in prism2mgmt_scan_results() argument
371 req = msgp; in prism2mgmt_scan_results()
503 int prism2mgmt_start(struct wlandevice *wlandev, void *msgp) in prism2mgmt_start() argument
507 struct p80211msg_dot11req_start *msg = msgp; in prism2mgmt_start()
686 int prism2mgmt_readpda(struct wlandevice *wlandev, void *msgp) in prism2mgmt_readpda() argument
689 struct p80211msg_p2req_readpda *msg = msgp; in prism2mgmt_readpda()
753 int prism2mgmt_ramdl_state(struct wlandevice *wlandev, void *msgp) in prism2mgmt_ramdl_state() argument
756 struct p80211msg_p2req_ramdl_state *msg = msgp; in prism2mgmt_ramdl_state()
[all …]
Dprism2mib.c233 int prism2mgmt_mibset_mibget(struct wlandevice *wlandev, void *msgp) in prism2mgmt_mibset_mibget() argument
241 struct p80211msg_dot11req_mibset *msg = msgp; in prism2mgmt_mibset_mibget()
/linux-6.6.21/ipc/
Dmsg.c961 long ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz, in ksys_msgsnd() argument
966 if (get_user(mtype, &msgp->mtype)) in ksys_msgsnd()
968 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in ksys_msgsnd()
971 SYSCALL_DEFINE4(msgsnd, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, in SYSCALL_DEFINE4() argument
974 return ksys_msgsnd(msqid, msgp, msgsz, msgflg); in SYSCALL_DEFINE4()
984 long compat_ksys_msgsnd(int msqid, compat_uptr_t msgp, in compat_ksys_msgsnd() argument
987 struct compat_msgbuf __user *up = compat_ptr(msgp); in compat_ksys_msgsnd()
995 COMPAT_SYSCALL_DEFINE4(msgsnd, int, msqid, compat_uptr_t, msgp, in COMPAT_SYSCALL_DEFINE4() argument
998 return compat_ksys_msgsnd(msqid, msgp, msgsz, msgflg); in COMPAT_SYSCALL_DEFINE4()
1028 struct msgbuf __user *msgp = dest; in do_msg_fill() local
[all …]
Dsyscall.c67 return ksys_msgrcv(first, tmp.msgp, second, in ksys_ipc()
125 compat_uptr_t msgp; member
172 return compat_ksys_msgrcv(first, ipck.msgp, second, in compat_ksys_ipc()
Dutil.h283 long compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz,
285 long compat_ksys_msgsnd(int msqid, compat_uptr_t msgp,
/linux-6.6.21/arch/x86/kernel/
Dnmi.c612 char *msgp; in nmi_backtrace_stall_check() local
622 msgp = "CPU entered NMI handler function, but has not exited"; in nmi_backtrace_stall_check()
624 msgp = "CPU is handling NMIs"; in nmi_backtrace_stall_check()
629 msgp = nmi_check_stall_msg[idx]; in nmi_backtrace_stall_check()
638 __func__, cpu, msgp, modp, msghp, j - READ_ONCE(nsp->recv_jiffies)); in nmi_backtrace_stall_check()
/linux-6.6.21/include/uapi/linux/
Dipc.h59 struct msgbuf __user *msgp; member
/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_edif.h118 unsigned char *msgp; member
Dqla_edif.c1961 purex->msgp = (u8 *)(node + 1); in qla_enode_alloc()
2054 bsg_job->reply_payload.sg_cnt, purex->msgp, in qla_pur_get_pending()
2611 rc = __qla_copy_purex_to_buffer(vha, pkt, rsp, purex->msgp, in qla24xx_auth_els()
/linux-6.6.21/arch/s390/kernel/
Dcompat_linux.h19 __u32 msgp; /* pointer */ member
/linux-6.6.21/drivers/fsi/
Dfsi-master-gpio.c335 uint8_t data_size, struct fsi_gpio_msg *msgp, uint8_t *tagp) in read_one_response() argument
389 if (msgp) in read_one_response()
390 *msgp = msg; in read_one_response()
/linux-6.6.21/include/linux/
Dcompat.h745 asmlinkage long compat_sys_msgrcv(int msqid, compat_uptr_t msgp,
747 asmlinkage long compat_sys_msgsnd(int msqid, compat_uptr_t msgp,
Dsyscalls.h711 asmlinkage long sys_msgrcv(int msqid, struct msgbuf __user *msgp,
713 asmlinkage long sys_msgsnd(int msqid, struct msgbuf __user *msgp,
1256 long ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz,
1258 long ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz,
/linux-6.6.21/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.c1895 u32 *msgp = (u32 *) ioc_msg; in bfa_ioc_mbox_send() local
1904 writel(cpu_to_le32(msgp[i]), in bfa_ioc_mbox_send()
2408 u32 *msgp = mbmsg; in bfa_ioc_msgget() local
2423 msgp[i] = htonl(r32); in bfa_ioc_msgget()
/linux-6.6.21/drivers/scsi/bfa/
Dbfa_ioc.c1768 u32 *msgp = (u32 *) ioc_msg; in bfa_ioc_mbox_send() local
1771 bfa_trc(ioc, msgp[0]); in bfa_ioc_mbox_send()
1780 writel(cpu_to_le32(msgp[i]), in bfa_ioc_mbox_send()
2288 __be32 *msgp = mbmsg; in bfa_ioc_msgget() local
2303 msgp[i] = cpu_to_be32(r32); in bfa_ioc_msgget()