Home
last modified time | relevance | path

Searched full:smb (Results 1 – 25 of 202) sorted by relevance

123456789

/openbmc/linux/drivers/power/supply/
H A Dsmb347-charger.c142 * @id: SMB charger ID
145 * @irq_unsupported: is interrupt unsupported by SMB hardware
146 * @usb_vbus_enabled: is USB VBUS powered by SMB charger
301 * @smb: pointer to smb347 charger instance
307 static int smb347_update_ps_status(struct smb347_charger *smb) in smb347_update_ps_status() argument
314 ret = regmap_read(smb->regmap, IRQSTAT_E, &val); in smb347_update_ps_status()
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()
328 smb->mains_online = dc; in smb347_update_ps_status()
[all …]
/openbmc/linux/drivers/hwtracing/coresight/
H A Dultrasoc-smb.h13 /* Offset of SMB global registers */
18 /* Offset of SMB logical buffer registers */
65 * Real-time events are used in SMB driver, which needs to get the buffer
87 * struct smb_data_buffer - Details of the buffer used by SMB
88 * @buf_base: Memory mapped base address of SMB.
89 * @buf_hw_base: SMB buffer start Physical base address, only used 32bits.
91 * @data_size: Size of the available trace data for SMB.
103 * struct smb_drv_data - specifics associated to an SMB component
104 * @base: Memory mapped base address for SMB component.
106 * @sdb: Data buffer for SMB.
[all …]
H A Dultrasoc-smb.c18 #include "ultrasoc-smb.h"
79 /* Reset SMB logical buffer status flags */ in smb_reset_buffer()
140 /* Copy parts of trace data when read pointer wrap around SMB buffer */ in smb_read()
266 /* Do nothing, the SMB is already enabled as other mode */ in smb_enable()
288 dev_dbg(&csdev->dev, "Ultrasoc SMB enabled\n"); in smb_enable()
321 dev_dbg(&csdev->dev, "Ultrasoc SMB disabled\n"); in smb_disable()
414 * The SMB buffer may be bigger than the space available in the in smb_update_buffer()
453 dev_err(&pdev->dev, "SMB device failed to get resource\n"); in smb_init_data_buffer()
597 dev_err(dev, "Failed to register SMB sink\n"); in smb_probe()
625 .name = "ultrasoc-smb",
[all …]
/openbmc/linux/fs/smb/server/
H A Dsmb_common.c37 "\2SMB 2.1",
43 "\2SMB 2.???",
52 "\2SMB 2.1",
58 "\2SMB 3.0",
64 "\2SMB 3.02",
70 "\2SMB 3.1.1",
108 ksmbd_debug(SMB, "selected %s dialect idx = %d\n", in ksmbd_lookup_protocol_idx()
118 ksmbd_debug(SMB, "selected %s dialect idx = %d\n", in ksmbd_lookup_protocol_idx()
129 * @work: smb work
131 * check for valid smb signature and packet direction(request/response)
[all …]
H A Dsmb2misc.c17 * Make sure that this really is an SMB, that it is a response. in check_smb2_hdr()
26 * in order by SMB2 command. This is similar to "wct" in SMB/CIFS requests.
187 ksmbd_debug(SMB, "no length check for command\n"); in smb2_get_data_area_len()
192 ksmbd_debug(SMB, "offset %d too large\n", *off); in smb2_get_data_area_len()
195 ksmbd_debug(SMB, "Request is larger than maximum stream protocol length(%u): %llu\n", in smb2_get_data_area_len()
204 * Calculate the size of the SMB message based on the fixed header
211 unsigned int offset; /* the offset from the beginning of SMB to data area */ in smb2_calc_size()
238 ksmbd_debug(SMB, "SMB2 data length %u offset %u\n", data_length, in smb2_calc_size()
249 ksmbd_debug(SMB, in smb2_calc_size()
259 ksmbd_debug(SMB, "SMB2 len %u\n", *len); in smb2_calc_size()
[all …]
H A Dsmb2pdu.c56 * check_session_id() - check for valid session id in smb header
58 * @id: session id from smb header
85 * @work: smb work
99 ksmbd_debug(SMB, "skip to check tree connect request\n"); in smb2_get_ksmbd_tcon()
104 ksmbd_debug(SMB, "NO tree connected\n"); in smb2_get_ksmbd_tcon()
137 * smb2_set_err_rsp() - set error response code on smb response
138 * @work: smb work containing response buffer
167 * @work: smb work containing smb header
191 * @work: smb work containing smb response buffer
211 * get_smb2_cmd_val() - get smb command code from smb header
[all …]
H A DKconfig49 bool "Support for SMB Direct protocol"
55 Enables SMB Direct support for SMB 3.0, 3.02 and 3.1.1.
57 SMB Direct allows transferring SMB packets over RDMA. If unsure,
H A Dksmbd_work.h34 /* Pointer to received SMB header */
66 /* response smb header size */
97 * @work: smb work containing response buffer
106 * @work: smb work containing response buffer
115 * @work: smb work containing response buffer
H A Dvfs.c165 * ksmbd_vfs_create() - vfs helper for smb create file
203 * ksmbd_vfs_mkdir() - vfs helper for smb create directory
321 * check_lock_range() - vfs helper for smb byte range file locking
365 * ksmbd_vfs_read() - vfs helper for smb file read
366 * @work: smb work
409 pr_err("smb read failed, err = %zd\n", nbytes); in ksmbd_vfs_read()
479 * ksmbd_vfs_write() - vfs helper for smb file write
532 ksmbd_debug(VFS, "smb write failed, err = %d\n", err); in ksmbd_vfs_write()
551 * ksmbd_vfs_getattr() - vfs helper for smb getattr
567 * ksmbd_vfs_fsync() - vfs helper for smb fsync
[all …]
H A Dtransport_rdma.h14 /* SMB DIRECT negotiation request packet [MS-SMBD] 2.2.1 */
25 /* SMB DIRECT negotiation response packet [MS-SMBD] 2.2.2 */
42 /* SMB DIRECT data transfer packet with payload [MS-SMBD] 2.2.3 */
/openbmc/linux/Documentation/filesystems/smb/
H A Dcifsroot.rst4 Mounting root file system via SMB (cifs.ko)
12 support over the SMB protocol via cifs.ko.
16 network by utilizing SMB or CIFS protocol.
39 settings in Samba smb.conf::
53 the root file system via SMB protocol.
59 Enables the kernel to mount the root file system via SMB that are
62 The default mount options are set in fs/smb/client/cifsroot.c.
68 Path to SMB share (rootfs).
76 Export root file system as a Samba share in smb.conf file::
93 Restart smb service::
[all …]
H A Dksmbd.rst27 for listening to SMB requests. Whenever new clients make request, Forker
30 processing of SMB requests(commands) from clients as well as allowing for new
32 to indicate connected clients. Depending on the SMB request types, each new
41 ownership of receiving/parsing of SMB commands. Each received command is worked
45 So, each SMB workitem is queued to the kworkers. This allows the benefit of load
54 allows sharing information parameters that parsed from smb.conf to ksmbd in
85 SMB direct(RDMA) Supported.
131 2. Create /usr/local/etc/ksmbd/ksmbd.conf file, add SMB share in ksmbd.conf file.
138 3. Create user/password for SMB share.
143 $ sudo ksmbd.adduser -a <Enter USERNAME for SMB share access>
[all …]
/openbmc/qemu/hw/i2c/
H A Dsmbus_ich9.c41 PMSMBus smb; member
56 VMSTATE_STRUCT_TEST(smb, ICH9SMBState, ich9_vmstate_need_smbus, 1,
71 memory_region_set_enabled(&s->smb.io, true); in ich9_smbus_write_config()
73 memory_region_set_enabled(&s->smb.io, false); in ich9_smbus_write_config()
75 s->smb.i2c_enable = (hostc & ICH9_SMB_HOSTC_I2C_EN) != 0; in ich9_smbus_write_config()
77 s->smb.reset(&s->smb); in ich9_smbus_write_config()
105 pm_smbus_init(&d->qdev, &s->smb, false); in ich9_smbus_realize()
107 &s->smb.io); in ich9_smbus_realize()
109 s->smb.set_irq = ich9_smb_set_irq; in ich9_smbus_realize()
110 s->smb.opaque = s; in ich9_smbus_realize()
[all …]
/openbmc/linux/Documentation/i2c/busses/
H A Di2c-ali15x3.rst42 This is the driver for the SMB Host controller on Acer Labs Inc. (ALI)
89 then you must enable ACPI, the PMU, SMB, or something similar
94 The SMB controller is part of the M7101 device, which is an ACPI-compliant
97 The whole M7101 device has to be enabled for the SMB to work. You can't
98 just enable the SMB alone. The SMB and the ACPI have separate I/O spaces.
99 We make sure that the SMB is enabled. We leave the ACPI alone.
104 This driver controls the SMB Host only. The SMB Slave
112 This driver requests the I/O space for only the SMB
H A Di2c-ali1535.rst21 This is the driver for the SMB Host controller on Acer Labs Inc. (ALI)
33 The SMB controller is part of the M7101 device, which is an ACPI-compliant
36 The whole M7101 device has to be enabled for the SMB to work. You can't
37 just enable the SMB alone. The SMB and the ACPI have separate I/O spaces.
38 We make sure that the SMB is enabled. We leave the ACPI alone.
44 This driver controls the SMB Host only. This driver does not use
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-ultra_smb5 Description: (RW) Add/remove a SMB device from a trace path. There can be
6 multiple sources for a single SMB device.
12 Description: (RO) Shows the buffer size of each UltraSoc SMB device.
18 Description: (RO) Shows the value of UltraSoc SMB status register.
25 Description: (RO) Shows the value of UltraSoc SMB Read Pointer register.
31 Description: (RO) Shows the value of UltraSoc SMB Write Pointer register.
/openbmc/linux/fs/smb/client/
H A DKconfig29 protocol, Server Message Block (SMB ie SMB1), the native file sharing
60 Enabling this option will allow more detailed statistics on SMB
100 namespace prefix to SMB/CIFS EAs. EAs are stored on Windows
183 bool "SMB Direct support"
186 Enables SMB Direct support for SMB 3.0, 3.02 and 3.1.1.
187 SMB Direct allows transferring SMB packets over RDMA. If unsure,
199 bool "SMB root file system (Experimental)"
202 Enables root file system support over SMB protocol.
H A Dcifssmb.c7 * Contains the routines for constructing the SMB PDUs themselves
11 /* SMB/CIFS PDU handling routines here - except for leftovers in connect.c */
67 /* reconnect the socket, tcon, and smb session if needed */
78 * tcp and smb session status done differently for those three - in the in cifs_reconnect_tcon()
136 * reconnect the same SMB session in cifs_reconnect_tcon()
206 /* Allocate and return pointer to an SMB request buffer, and set basic
207 SMB information in the SMB header. If the return code is zero, this
271 /* potential retries of smb operations it turns out we can determine */ in __smb_init()
323 /* check for parm and data offset going beyond end of smb */ in validate_t2()
333 * less than negotiated smb buffer in validate_t2()
[all …]
H A Dmisc.c31 in a similar way to the mid which is useful to track each sent smb,
306 check_smb_hdr(struct smb_hdr *smb) in check_smb_hdr() argument
308 /* does it have the right SMB "signature" ? */ in check_smb_hdr()
309 if (*(__le32 *) smb->Protocol != cpu_to_le32(0x424d53ff)) { in check_smb_hdr()
311 *(unsigned int *)smb->Protocol); in check_smb_hdr()
316 if (smb->Flags & SMBFLG_RESPONSE) in check_smb_hdr()
320 if (smb->Command == SMB_COM_LOCKING_ANDX) in check_smb_hdr()
324 get_mid(smb)); in check_smb_hdr()
331 struct smb_hdr *smb = (struct smb_hdr *)buf; in checkSMB() local
332 __u32 rfclen = be32_to_cpu(smb->smb_buf_length); in checkSMB()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A D0001-no-bash.patch11 samples/auto.smb | 2 +-
24 diff --git a/samples/auto.smb b/samples/auto.smb
26 --- a/samples/auto.smb
27 +++ b/samples/auto.smb
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpdump/
H A Dtcpdump_4.99.5.bb42 # Note: CVE-2018-10103 (SMB - partially fixed, but SMB printing disabled)
43 PACKAGECONFIG[smb] = "--enable-smb,--disable-smb"
/openbmc/linux/drivers/i2c/busses/
H A Di2c-ali1535.c11 This is the driver for the SMB Host controller on
25 The SMB controller is part of the 7101 device, which is an
28 The whole 7101 device has to be enabled for the SMB to work.
29 You can't just enable the SMB alone.
30 The SMB and the ACPI have separate I/O spaces.
31 We make sure that the SMB is enabled. We leave the ACPI alone.
33 This driver controls the SMB Host only.
118 #define ALI1535_SMBIO_EN 0x04 /* SMB I/O Space enable */
134 - SMB I/O address is initialized in ali1535_setup()
177 dev_err(&dev->dev, "SMB device not enabled - upgrade BIOS?\n"); in ali1535_setup()
[all …]
H A Di2c-ali15x3.c10 This is the driver for the SMB Host controller on
33 The SMB controller is part of the 7101 device, which is an
36 The whole 7101 device has to be enabled for the SMB to work.
37 You can't just enable the SMB alone.
38 The SMB and the ACPI have separate I/O spaces.
39 We make sure that the SMB is enabled. We leave the ACPI alone.
41 This driver controls the SMB Host only.
42 The SMB Slave controller on the M15X3 is not enabled.
127 - SMB I/O address is initialized in ali15x3_setup()
192 /* Is SMB Host controller enabled? */ in ali15x3_setup()
[all …]
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.c1091 /* init SMB */ in atl1_setup_ring_resources()
1092 adapter->smb.dma = adapter->cmb.dma + sizeof(struct coals_msg_block); in atl1_setup_ring_resources()
1093 offset = (adapter->smb.dma & 0x7) ? (8 - (adapter->smb.dma & 0x7)) : 0; in atl1_setup_ring_resources()
1094 adapter->smb.dma += offset; 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()
1482 iowrite32((u32) (adapter->smb.dma & 0x00000000ffffffffULL), in atl1_configure()
1596 /* config CMB / SMB */ in atl1_configure()
1606 /* --- enable CMB / SMB */ in atl1_configure()
[all …]
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dauthors.rst11 Andrew Tridgell (Samba team) for his early suggestions about SMB/CIFS VFS
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
55 - Long Li (some great work on RDMA, SMB Direct)

123456789