/linux/drivers/power/supply/ |
A D | smb347-charger.c | 322 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() 1541 smb = devm_kzalloc(dev, sizeof(*smb), GFP_KERNEL); in smb347_probe() 1542 if (!smb) in smb347_probe() [all …]
|
/linux/drivers/net/ethernet/atheros/atlx/ |
A D | atl1.c | 1093 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() 3465 struct atl1_smb smb; in atl1_set_ringparam() local 3511 smb = adapter->smb; in atl1_set_ringparam() [all …]
|
A D | atl1.h | 641 struct stats_msg_block *smb; member 786 struct atl1_smb smb; member
|
/linux/fs/cifs/ |
A D | misc.c | 284 check_smb_hdr(struct smb_hdr *smb) in check_smb_hdr() argument 289 *(unsigned int *)smb->Protocol); in check_smb_hdr() 294 if (smb->Flags & SMBFLG_RESPONSE) in check_smb_hdr() 302 get_mid(smb)); in check_smb_hdr() 318 && (smb->Status.CifsError != 0)) { in checkSMB() 320 smb->WordCount = 0; in checkSMB() 324 (smb->WordCount == 0)) { in checkSMB() 325 char *tmp = (char *)smb; in checkSMB() 347 if (check_smb_hdr(smb)) in checkSMB() 349 clc_len = smbCalcSize(smb, server); in checkSMB() [all …]
|
A D | netmisc.c | 812 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 D | cifssmb.c | 644 ECHO_REQ *smb; in CIFSSMBEcho() local 660 smb->hdr.Tid = 0xffff; in CIFSSMBEcho() 663 put_bcc(1, &smb->hdr); in CIFSSMBEcho() 664 smb->Data[0] = 'a'; in CIFSSMBEcho() 668 iov[0].iov_base = smb; in CIFSSMBEcho() 1564 READ_REQ *smb = NULL; in cifs_async_readv() local 1595 smb->Remaining = 0; in cifs_async_readv() 1599 smb->ByteCount = 0; in cifs_async_readv() 2119 smb->WriteMode = 0; in cifs_async_writev() 2120 smb->Remaining = 0; in cifs_async_writev() [all …]
|
A D | cifs_debug.c | 39 struct smb_hdr *smb = (struct smb_hdr *)buf; in cifs_dump_detail() local 42 smb->Command, smb->Status.CifsError, in cifs_dump_detail() 43 smb->Flags, smb->Flags2, smb->Mid, smb->Pid); in cifs_dump_detail() 44 cifs_dbg(VFS, "smb buf %p len %u\n", smb, in cifs_dump_detail() 45 server->ops->calc_smb_size(smb, server)); in cifs_dump_detail()
|
A D | cifsglob.h | 814 get_mid(const struct smb_hdr *smb) in get_mid() argument 816 return le16_to_cpu(smb->Mid); in get_mid() 820 compare_mid(__u16 mid, const struct smb_hdr *smb) in compare_mid() argument 822 return mid == le16_to_cpu(smb->Mid); in compare_mid()
|
A D | cifspdu.h | 426 BCC(struct smb_hdr *smb) in BCC() argument 428 return (void *)smb + sizeof(*smb) + 2 * smb->WordCount; in BCC()
|
/linux/Documentation/filesystems/cifs/ |
A D | ksmbd.rst | 54 allows sharing information parameters that parsed from smb.conf to ksmbd in 129 3. Create /etc/ksmbd/smb.conf file, add SMB share in smb.conf file 130 - Refer smb.conf.example and 157 2. Enable one of components (smb, auth, vfs, oplock, ipc, conn, rdma) 158 # sudo ksmbd.control -d "smb" 162 [smb] auth vfs oplock ipc conn [rdma]
|
A D | cifsroot.rst | 39 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
|
/linux/Documentation/admin-guide/cifs/ |
A D | authors.rst | 18 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 D | usage.rst | 152 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 783 system error log with the start of smb requests 815 the start of smb requests and responses can be enabled via::
|
A D | todo.rst | 63 in smb-info tool).
|
/linux/arch/arm64/boot/dts/arm/ |
A D | vexpress-v2f-1xv7-ca53x2.dts | 147 smb: bus@8000000 { label
|
/linux/arch/arm/boot/dts/ |
A D | mps2-an385.dts | 67 smb {
|
A D | mps2-an399.dts | 67 smb {
|
A D | vexpress-v2p-ca5s.dts | 209 smb: bus@8000000 { label
|
A D | mps2.dtsi | 245 smb {
|
A D | vexpress-v2p-ca15_a7.dts | 611 smb: bus@8000000 { label
|
A D | aspeed-bmc-facebook-fuji.dts | 426 label = "smb";
|
/linux/arch/arm64/boot/dts/amd/ |
A D | amd-seattle-soc.dtsi | 53 smb0: smb {
|