Searched refs:negotiate (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/ |
H A D | dl2k.c | 1493 __u16 negotiate; in mii_get_media() local 1509 negotiate = mii_read (dev, phy_addr, MII_ADVERTISE) & in mii_get_media() 1521 } else if (negotiate & ADVERTISE_100FULL) { in mii_get_media() 1525 } else if (negotiate & ADVERTISE_100HALF) { in mii_get_media() 1529 } else if (negotiate & ADVERTISE_10FULL) { in mii_get_media() 1533 } else if (negotiate & ADVERTISE_10HALF) { in mii_get_media() 1538 if (negotiate & ADVERTISE_PAUSE_CAP) { in mii_get_media() 1541 } else if (negotiate & ADVERTISE_PAUSE_ASYM) { in mii_get_media() 1668 __u16 negotiate; in mii_get_media_pcs() local 1682 negotiate in mii_get_media_pcs() [all...] |
H A D | dl2k.h | 401 u16 negotiate; /* Negotiated media */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dlink/ |
H A D | dl2k.c | 1490 __u16 negotiate; in mii_get_media() local 1506 negotiate = mii_read (dev, phy_addr, MII_ADVERTISE) & in mii_get_media() 1518 } else if (negotiate & ADVERTISE_100FULL) { in mii_get_media() 1522 } else if (negotiate & ADVERTISE_100HALF) { in mii_get_media() 1526 } else if (negotiate & ADVERTISE_10FULL) { in mii_get_media() 1530 } else if (negotiate & ADVERTISE_10HALF) { in mii_get_media() 1535 if (negotiate & ADVERTISE_PAUSE_CAP) { in mii_get_media() 1538 } else if (negotiate & ADVERTISE_PAUSE_ASYM) { in mii_get_media() 1665 __u16 negotiate; in mii_get_media_pcs() local 1679 negotiate in mii_get_media_pcs() [all...] |
H A D | dl2k.h | 401 u16 negotiate; /* Negotiated media */ member
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2ops.c | 2366 * If we negotiate SMB2 protocol and get STATUS_PENDING - update 5150 .negotiate = smb2_negotiate, 5250 .negotiate = smb2_negotiate, 5352 .negotiate = smb2_negotiate, 5465 .negotiate = smb2_negotiate, 5578 .req_capabilities = 0, /* MBZ on negotiate req until SMB3 dialect */
|
H A D | smb1ops.c | 1172 .negotiate = cifs_negotiate,
|
H A D | cifsglob.h | 269 /* check if we need to negotiate */ 271 /* negotiate to the server */ 272 int (*negotiate)(const unsigned int, struct cifs_ses *); member 1793 #define CIFS_NEG_OP 0x0200 /* negotiate request */ 1956 extern bool enable_gcm_256; /* allow optional negotiate of strongest signing (aes-gcm-256) */
|
H A D | connect.c | 1435 * unless user overrides it or we negotiate CIFS POSIX where in cifs_parse_mount_options() 3881 cifs_dbg(FYI, "negotiate posix pathnames\n"); in reset_cifs_unix_caps() 3929 * new sb then client will later negotiate it downward if needed. in cifs_setup_cifs_sb() 5035 if (!server->ops->need_neg || !server->ops->negotiate) in cifs_negotiate_protocol() 5042 rc = server->ops->negotiate(xid, ses); in cifs_negotiate_protocol()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2ops.c | 2357 * If we negotiate SMB2 protocol and get STATUS_PENDING - update 5225 .negotiate = smb2_negotiate, 5327 .negotiate = smb2_negotiate, 5431 .negotiate = smb2_negotiate, 5545 .negotiate = smb2_negotiate, 5659 .req_capabilities = 0, /* MBZ on negotiate req until SMB3 dialect */
|
H A D | smb1ops.c | 1178 .negotiate = cifs_negotiate,
|
H A D | connect.c | 3213 cifs_dbg(FYI, "negotiate posix pathnames\n"); in reset_cifs_unix_caps() 3829 if (!server->ops->need_neg || !server->ops->negotiate) in cifs_negotiate_protocol() 3850 rc = server->ops->negotiate(xid, ses, server); in cifs_negotiate_protocol()
|
H A D | cifsglob.h | 314 /* check if we need to negotiate */ 316 /* negotiate to the server */ 317 int (*negotiate)(const unsigned int xid, member 1871 #define CIFS_NEG_OP 0x0200 /* negotiate request */ 2051 extern bool enable_gcm_256; /* allow optional negotiate of strongest signing (aes-gcm-256) */
|
Completed in 42 milliseconds