Home
last modified time | relevance | path

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

/linux/drivers/staging/wlan-ng/
A Dprism2mgmt.h75 int prism2mgmt_mibset_mibget(struct wlandevice *wlandev, void *msgp);
76 int prism2mgmt_scan(struct wlandevice *wlandev, void *msgp);
77 int prism2mgmt_scan_results(struct wlandevice *wlandev, void *msgp);
78 int prism2mgmt_start(struct wlandevice *wlandev, void *msgp);
79 int prism2mgmt_wlansniff(struct wlandevice *wlandev, void *msgp);
80 int prism2mgmt_readpda(struct wlandevice *wlandev, void *msgp);
81 int prism2mgmt_ramdl_state(struct wlandevice *wlandev, void *msgp);
82 int prism2mgmt_ramdl_write(struct wlandevice *wlandev, void *msgp);
83 int prism2mgmt_flashdl_state(struct wlandevice *wlandev, void *msgp);
84 int prism2mgmt_flashdl_write(struct wlandevice *wlandev, void *msgp);
[all …]
A Dprism2mgmt.c129 int prism2mgmt_scan(struct wlandevice *wlandev, void *msgp) in prism2mgmt_scan() argument
133 struct p80211msg_dot11req_scan *msg = msgp; in prism2mgmt_scan()
392 req = msgp; in prism2mgmt_scan_results()
548 struct p80211msg_dot11req_start *msg = msgp; in prism2mgmt_start()
730 struct p80211msg_p2req_readpda *msg = msgp; in prism2mgmt_readpda()
797 struct p80211msg_p2req_ramdl_state *msg = msgp; in prism2mgmt_ramdl_state()
853 struct p80211msg_p2req_ramdl_write *msg = msgp; in prism2mgmt_ramdl_write()
916 struct p80211msg_p2req_flashdl_state *msg = msgp; in prism2mgmt_flashdl_state()
987 struct p80211msg_p2req_flashdl_write *msg = msgp; in prism2mgmt_flashdl_write()
1051 struct p80211msg_lnxreq_autojoin *msg = msgp; in prism2mgmt_autojoin()
[all …]
A Dprism2mib.c254 int prism2mgmt_mibset_mibget(struct wlandevice *wlandev, void *msgp) in prism2mgmt_mibset_mibget() argument
262 struct p80211msg_dot11req_mibset *msg = msgp; in prism2mgmt_mibset_mibget()
/linux/ipc/
A Dmsg.c960 if (get_user(mtype, &msgp->mtype)) in ksys_msgsnd()
968 return ksys_msgsnd(msqid, msgp, msgsz, msgflg); in SYSCALL_DEFINE4()
978 long compat_ksys_msgsnd(int msqid, compat_uptr_t msgp, in compat_ksys_msgsnd() argument
981 struct compat_msgbuf __user *up = compat_ptr(msgp); in compat_ksys_msgsnd()
992 return compat_ksys_msgsnd(msqid, msgp, msgsz, msgflg); in COMPAT_SYSCALL_DEFINE4()
1022 struct msgbuf __user *msgp = dest; in do_msg_fill() local
1025 if (put_user(msg->m_type, &msgp->mtype)) in do_msg_fill()
1029 if (store_msg(msgp->mtext, msg, msgsz)) in do_msg_fill()
1273 struct compat_msgbuf __user *msgp = dest; in compat_do_msg_fill() local
1276 if (put_user(msg->m_type, &msgp->mtype)) in compat_do_msg_fill()
[all …]
A 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()
A Dutil.h285 long compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz,
287 long compat_ksys_msgsnd(int msqid, compat_uptr_t msgp,
/linux/include/uapi/linux/
A Dipc.h59 struct msgbuf __user *msgp; member
/linux/drivers/scsi/qla2xxx/
A Dqla_edif.h117 unsigned char *msgp; member
A Dqla_edif.c1643 purex->msgp = (u8 *)(node + 1); in qla_enode_alloc()
1736 bsg_job->reply_payload.sg_cnt, purex->msgp, in qla_pur_get_pending()
2410 rc = __qla_copy_purex_to_buffer(vha, pkt, rsp, purex->msgp, in qla24xx_auth_els()
/linux/drivers/fsi/
A 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/arch/s390/kernel/
A Dcompat_linux.h17 __u32 msgp; /* pointer */ member
/linux/include/linux/
A Dsyscalls.h816 asmlinkage long sys_msgrcv(int msqid, struct msgbuf __user *msgp,
818 asmlinkage long sys_msgsnd(int msqid, struct msgbuf __user *msgp,
1371 long ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz,
1373 long ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz,
A Dcompat.h766 asmlinkage long compat_sys_msgrcv(int msqid, compat_uptr_t msgp,
768 asmlinkage long compat_sys_msgsnd(int msqid, compat_uptr_t msgp,
/linux/drivers/net/ethernet/brocade/bna/
A 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/drivers/scsi/bfa/
A 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()

Completed in 49 milliseconds