Home
last modified time | relevance | path

Searched refs:pfile (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Dxmit_linux.c32 static uint remainder_len(struct pkt_file *pfile) in remainder_len() argument
34 return (uint)(pfile->buf_len - ((addr_t)(pfile->cur_addr) - in remainder_len()
35 (addr_t)(pfile->buf_start))); in remainder_len()
38 void _r8712_open_pktfile(_pkt *pktptr, struct pkt_file *pfile) in _r8712_open_pktfile() argument
40 pfile->pkt = pktptr; in _r8712_open_pktfile()
41 pfile->cur_addr = pfile->buf_start = pktptr->data; in _r8712_open_pktfile()
42 pfile->pkt_len = pfile in _r8712_open_pktfile()
46 _r8712_pktfile_read(struct pkt_file *pfile, u8 *rmem, uint rlen) _r8712_pktfile_read() argument
60 r8712_endofpktfile(struct pkt_file *pfile) r8712_endofpktfile() argument
[all...]
H A Dxmit_osdep.h46 void _r8712_open_pktfile(_pkt *pktptr, struct pkt_file *pfile);
47 uint _r8712_pktfile_read(struct pkt_file *pfile, u8 *rmem, uint rlen);
48 sint r8712_endofpktfile(struct pkt_file *pfile);
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Dxmit_linux.c32 static uint remainder_len(struct pkt_file *pfile) in remainder_len() argument
34 return (uint)(pfile->buf_len - ((addr_t)(pfile->cur_addr) - in remainder_len()
35 (addr_t)(pfile->buf_start))); in remainder_len()
38 void _r8712_open_pktfile(_pkt *pktptr, struct pkt_file *pfile) in _r8712_open_pktfile() argument
40 pfile->pkt = pktptr; in _r8712_open_pktfile()
41 pfile->cur_addr = pfile->buf_start = pktptr->data; in _r8712_open_pktfile()
42 pfile->pkt_len = pfile in _r8712_open_pktfile()
46 _r8712_pktfile_read(struct pkt_file *pfile, u8 *rmem, uint rlen) _r8712_pktfile_read() argument
60 r8712_endofpktfile(struct pkt_file *pfile) r8712_endofpktfile() argument
[all...]
H A Dxmit_osdep.h46 void _r8712_open_pktfile(_pkt *pktptr, struct pkt_file *pfile);
47 uint _r8712_pktfile_read(struct pkt_file *pfile, u8 *rmem, uint rlen);
48 sint r8712_endofpktfile(struct pkt_file *pfile);
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c11 uint rtw_remainder_len(struct pkt_file *pfile) in rtw_remainder_len() argument
13 return (pfile->buf_len - ((SIZE_PTR)(pfile->cur_addr) - (SIZE_PTR)(pfile->buf_start))); in rtw_remainder_len()
16 void _rtw_open_pktfile(struct sk_buff *pktptr, struct pkt_file *pfile) in _rtw_open_pktfile() argument
18 pfile->pkt = pktptr; in _rtw_open_pktfile()
19 pfile->cur_addr = pfile->buf_start = pktptr->data; in _rtw_open_pktfile()
20 pfile->pkt_len = pfile in _rtw_open_pktfile()
25 _rtw_pktfile_read(struct pkt_file *pfile, u8 *rmem, uint rlen) _rtw_pktfile_read() argument
40 rtw_endofpktfile(struct pkt_file *pfile) rtw_endofpktfile() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c13 uint rtw_remainder_len(struct pkt_file *pfile) in rtw_remainder_len() argument
15 return (pfile->buf_len - ((SIZE_PTR)(pfile->cur_addr) - (SIZE_PTR)(pfile->buf_start))); in rtw_remainder_len()
18 void _rtw_open_pktfile(_pkt *pktptr, struct pkt_file *pfile) in _rtw_open_pktfile() argument
20 pfile->pkt = pktptr; in _rtw_open_pktfile()
21 pfile->cur_addr = pfile->buf_start = pktptr->data; in _rtw_open_pktfile()
22 pfile->pkt_len = pfile in _rtw_open_pktfile()
27 _rtw_pktfile_read(struct pkt_file *pfile, u8 *rmem, uint rlen) _rtw_pktfile_read() argument
42 rtw_endofpktfile(struct pkt_file *pfile) rtw_endofpktfile() argument
[all...]
/kernel/linux/linux-5.10/scripts/dtc/
H A Dfstree.c38 FILE *pfile; in read_fstree() local
40 pfile = fopen(tmpname, "rb"); in read_fstree()
41 if (! pfile) { in read_fstree()
47 data_copy_file(pfile, in read_fstree()
51 fclose(pfile); in read_fstree()
/kernel/linux/linux-6.6/scripts/dtc/
H A Dfstree.c38 FILE *pfile; in read_fstree() local
40 pfile = fopen(tmpname, "rb"); in read_fstree()
41 if (! pfile) { in read_fstree()
47 data_copy_file(pfile, in read_fstree()
51 fclose(pfile); in read_fstree()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Dxmit_osdep.h36 extern uint rtw_remainder_len(struct pkt_file *pfile);
37 extern void _rtw_open_pktfile(_pkt *pkt, struct pkt_file *pfile);
38 extern uint _rtw_pktfile_read(struct pkt_file *pfile, u8 *rmem, uint rlen);
39 extern sint rtw_endofpktfile(struct pkt_file *pfile);
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H A Dxmit_osdep.h36 extern uint rtw_remainder_len(struct pkt_file *pfile);
37 extern void _rtw_open_pktfile(struct sk_buff *pkt, struct pkt_file *pfile);
38 extern uint _rtw_pktfile_read(struct pkt_file *pfile, u8 *rmem, uint rlen);
39 extern signed int rtw_endofpktfile(struct pkt_file *pfile);
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c1353 struct dentry *pfile; in rvu_dbg_nix_init() local
1361 pfile = debugfs_create_file("sq_ctx", 0600, rvu->rvu_dbg.nix, rvu, in rvu_dbg_nix_init()
1363 if (!pfile) in rvu_dbg_nix_init()
1366 pfile = debugfs_create_file("rq_ctx", 0600, rvu->rvu_dbg.nix, rvu, in rvu_dbg_nix_init()
1368 if (!pfile) in rvu_dbg_nix_init()
1371 pfile = debugfs_create_file("cq_ctx", 0600, rvu->rvu_dbg.nix, rvu, in rvu_dbg_nix_init()
1373 if (!pfile) in rvu_dbg_nix_init()
1376 pfile = debugfs_create_file("ndc_tx_cache", 0600, rvu->rvu_dbg.nix, rvu, in rvu_dbg_nix_init()
1378 if (!pfile) in rvu_dbg_nix_init()
1381 pfile in rvu_dbg_nix_init()
1410 struct dentry *pfile; rvu_dbg_npa_init() local
1580 struct dentry *pfile; rvu_dbg_cgx_init() local
1744 struct dentry *pfile; rvu_dbg_npc_init() local
1770 struct dentry *pfile; rvu_dbg_init() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H A Dpanfrost_perfcnt.c268 struct panfrost_file_priv *pfile = file_priv->driver_priv; in panfrost_perfcnt_close() local
269 struct panfrost_device *pfdev = pfile->pfdev; in panfrost_perfcnt_close()
274 if (perfcnt->user == pfile) in panfrost_perfcnt_close()
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/
H A Dpanfrost_perfcnt.c271 struct panfrost_file_priv *pfile = file_priv->driver_priv; in panfrost_perfcnt_close() local
272 struct panfrost_device *pfdev = pfile->pfdev; in panfrost_perfcnt_close()
277 if (perfcnt->user == pfile) in panfrost_perfcnt_close()
/kernel/linux/linux-5.10/drivers/net/netdevsim/
H A Dipsec.c286 ns->ipsec.pfile = debugfs_create_file("ipsec", 0400, in nsim_ipsec_init()
298 debugfs_remove_recursive(ipsec->pfile); in nsim_ipsec_teardown()
H A Dnetdevsim.h48 struct dentry *pfile; member
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H A Dipsec.c291 ns->ipsec.pfile = debugfs_create_file("ipsec", 0400, in nsim_ipsec_init()
303 debugfs_remove_recursive(ipsec->pfile); in nsim_ipsec_teardown()
H A Dnetdevsim.h51 struct dentry *pfile; member
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsfs.h111 extern int cifs_flock(struct file *pfile, int cmd, struct file_lock *plock);
H A Dcifsglob.h430 int (*notify)(const unsigned int xid, struct file *pfile,
1674 struct file *pfile; member
H A Dsmb2ops.c2172 smb3_notify(const unsigned int xid, struct file *pfile, in smb3_notify() argument
2176 struct dentry *dentry = pfile->f_path.dentry; in smb3_notify()
2177 struct inode *inode = file_inode(pfile); in smb3_notify()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsfs.h103 extern int cifs_flock(struct file *pfile, int cmd, struct file_lock *plock);
H A Dcifsglob.h491 int (*notify)(const unsigned int xid, struct file *pfile,
1747 struct file *pfile; member
H A Dsmb2ops.c2132 smb3_notify(const unsigned int xid, struct file *pfile, in smb3_notify() argument
2137 struct dentry *dentry = pfile->f_path.dentry; in smb3_notify()
2138 struct inode *inode = file_inode(pfile); in smb3_notify()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_file.c601 struct file *pfile = fd_dev->fd_prot_file; in fd_execute_rw_buffered() local
610 ret = fd_do_rw(cmd, pfile, dev->prot_length, in fd_execute_rw_buffered()
663 ret = fd_do_rw(cmd, pfile, dev->prot_length, in fd_execute_rw_buffered()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_file.c594 struct file *pfile = fd_dev->fd_prot_file; in fd_execute_rw_buffered() local
603 ret = fd_do_rw(cmd, pfile, dev->prot_length, in fd_execute_rw_buffered()
656 ret = fd_do_rw(cmd, pfile, dev->prot_length, in fd_execute_rw_buffered()

Completed in 42 milliseconds