Home
last modified time | relevance | path

Searched refs:smb (Results 1 – 24 of 24) sorted by relevance

/linux-6.3-rc2/drivers/power/supply/
A Dsmb347-charger.c322 if (smb->use_mains) in smb347_update_ps_status()
324 if (smb->use_usb) in smb347_update_ps_status()
327 ret = smb->mains_online != dc || smb->usb_online != usb; in smb347_update_ps_status()
345 return smb->usb_online || smb->mains_online; in smb347_is_ps_online()
836 if (smb->use_usb) in smb347_interrupt()
850 if (smb->use_usb) in smb347_interrupt()
868 if (smb->use_usb) in smb347_interrupt()
1288 if (smb->mains) in smb347_get_battery_info()
1540 smb = devm_kzalloc(dev, sizeof(*smb), GFP_KERNEL); in smb347_probe()
1541 if (!smb) in smb347_probe()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/atheros/atlx/
A Datl1.c1093 offset = (adapter->smb.dma & 0x7) ? (8 - (adapter->smb.dma & 0x7)) : 0; in atl1_setup_ring_resources()
1095 adapter->smb.smb = (struct stats_msg_block *) in atl1_setup_ring_resources()
1237 adapter->smb.dma = 0; in atl1_free_ring_resources()
1238 adapter->smb.smb = NULL; in atl1_free_ring_resources()
1657 struct stats_msg_block *smb = adapter->smb.smb; in atl1_inc_smb() local
1662 smb->rx_sz_ov + in atl1_inc_smb()
1669 smb->tx_trunc; in atl1_inc_smb()
1678 smb->tx_2_col + in atl1_inc_smb()
3468 struct atl1_smb smb; in atl1_set_ringparam() local
3514 smb = adapter->smb; in atl1_set_ringparam()
[all …]
A Datl1.h641 struct stats_msg_block *smb; member
786 struct atl1_smb smb; member
/linux-6.3-rc2/fs/cifs/
A Dmisc.c293 check_smb_hdr(struct smb_hdr *smb) in check_smb_hdr() argument
298 *(unsigned int *)smb->Protocol); in check_smb_hdr()
303 if (smb->Flags & SMBFLG_RESPONSE) in check_smb_hdr()
311 get_mid(smb)); in check_smb_hdr()
327 && (smb->Status.CifsError != 0)) { in checkSMB()
329 smb->WordCount = 0; in checkSMB()
333 (smb->WordCount == 0)) { in checkSMB()
334 char *tmp = (char *)smb; in checkSMB()
356 if (check_smb_hdr(smb)) in checkSMB()
358 clc_len = smbCalcSize(smb); in checkSMB()
[all …]
A Dnetmisc.c812 struct smb_hdr *smb = (struct smb_hdr *)buf; in map_smb_to_linux_error() local
821 if (smb->Status.CifsError == 0) in map_smb_to_linux_error()
824 if (smb->Flags2 & SMBFLG2_ERR_STATUS) { in map_smb_to_linux_error()
827 __u32 err = le32_to_cpu(smb->Status.CifsError); in map_smb_to_linux_error()
834 smberrclass = smb->Status.DosError.ErrorClass; in map_smb_to_linux_error()
835 smberrcode = le16_to_cpu(smb->Status.DosError.Error); in map_smb_to_linux_error()
875 le32_to_cpu(smb->Status.CifsError), rc); in map_smb_to_linux_error()
887 struct smb_hdr *smb = (struct smb_hdr *)mid->resp_buf; in map_and_check_smb_error() local
889 rc = map_smb_to_linux_error((char *)smb, logErr); in map_and_check_smb_error()
892 __u8 class = smb->Status.DosError.ErrorClass; in map_and_check_smb_error()
[all …]
A Dcifssmb.c566 ECHO_REQ *smb; in CIFSSMBEcho() local
582 smb->hdr.Tid = 0xffff; in CIFSSMBEcho()
585 put_bcc(1, &smb->hdr); in CIFSSMBEcho()
586 smb->Data[0] = 'a'; in CIFSSMBEcho()
590 iov[0].iov_base = smb; in CIFSSMBEcho()
1310 READ_REQ *smb = NULL; in cifs_async_readv() local
1341 smb->Remaining = 0; in cifs_async_readv()
1345 smb->ByteCount = 0; in cifs_async_readv()
1688 smb->WriteMode = 0; in cifs_async_writev()
1689 smb->Remaining = 0; in cifs_async_writev()
[all …]
A Dcifs_debug.c40 struct smb_hdr *smb = buf; in cifs_dump_detail() local
43 smb->Command, smb->Status.CifsError, in cifs_dump_detail()
44 smb->Flags, smb->Flags2, smb->Mid, smb->Pid); in cifs_dump_detail()
45 cifs_dbg(VFS, "smb buf %p len %u\n", smb, in cifs_dump_detail()
46 server->ops->calc_smb_size(smb)); in cifs_dump_detail()
A Dcifsglob.h865 get_mid(const struct smb_hdr *smb) in get_mid() argument
867 return le16_to_cpu(smb->Mid); in get_mid()
871 compare_mid(__u16 mid, const struct smb_hdr *smb) in compare_mid() argument
873 return mid == le16_to_cpu(smb->Mid); in compare_mid()
A Dcifspdu.h414 BCC(struct smb_hdr *smb) in BCC() argument
416 return (void *)smb + sizeof(*smb) + 2 * smb->WordCount; in BCC()
/linux-6.3-rc2/Documentation/filesystems/cifs/
A Dcifsroot.rst39 settings in Samba smb.conf::
76 Export root file system as a Samba share in smb.conf file::
93 Restart smb service::
95 # systemctl restart smb
A Dksmbd.rst54 allows sharing information parameters that parsed from smb.conf to ksmbd in
175 2. Enable one of components (smb, auth, vfs, oplock, ipc, conn, rdma)
176 # sudo ksmbd.control -d "smb"
180 [smb] auth vfs oplock ipc conn [rdma]
/linux-6.3-rc2/Documentation/admin-guide/cifs/
A Dauthors.rst18 Dave Boutcher of IBM Rochester (author of the OS/400 smb/cifs filesystem client)
19 for proving years ago that very good smb/cifs clients could be done on Unix-like
A Dusage.rst152 to your smb.conf file on the server. Note that the following smb.conf settings
174 Some administrators may want to change Samba's smb.conf ``map archive`` and
182 (``man smb.conf``) on the Samba server system. Note that the cifs vfs,
183 unlike the smbfs vfs, does not read the smb.conf on the client system
782 system error log with the start of smb requests
814 the start of smb requests and responses can be enabled via::
A Dtodo.rst63 in smb-info tool).
/linux-6.3-rc2/drivers/hwtracing/coresight/
A DMakefile32 obj-$(CONFIG_ULTRASOC_SMB) += ultrasoc-smb.o
A DKconfig215 called ultrasoc-smb.
/linux-6.3-rc2/arch/arm64/boot/dts/arm/
A Dvexpress-v2f-1xv7-ca53x2.dts148 smb: bus@8000000 { label
/linux-6.3-rc2/arch/arm/boot/dts/
A Dmps2-an385.dts67 smb {
A Dmps2-an399.dts67 smb {
A Dvexpress-v2p-ca5s.dts209 smb: bus@8000000 { label
A Dmps2.dtsi245 smb {
A Dvexpress-v2p-ca15_a7.dts611 smb: bus@8000000 { label
A Daspeed-bmc-facebook-fuji.dts426 label = "smb";
/linux-6.3-rc2/arch/arm64/boot/dts/amd/
A Damd-seattle-soc.dtsi41 smb0: smb {

Completed in 62 milliseconds