Searched +full:mctp +full:- +full:handling (Results 1 – 10 of 10) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/net/mctp-i2c-controller.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: MCTP I2C transport10 - Matt Johnston <matt@codeconstruct.com.au>13 An mctp-i2c-controller defines a local MCTP endpoint on an I2C controller.14 MCTP I2C is specified by DMTF DSP0237.16 An mctp-i2c-controller must be attached to an I2C adapter which supports18 busses) are attached to the mctp-i2c-controller with a 'mctp-controller'[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Management Component Transport Protocol (MCTP)12 #include <linux/mctp.h>16 #include <net/mctp.h>21 #include <trace/events/mctp.h>29 struct sock *sk = sock->sk; in mctp_release() 32 sock->sk = NULL; in mctp_release() 33 sk->sk_pro in mctp_release() [all...]
1 // SPDX-License-Identifier: GPL-2.03 * Management Component Transport Protocol (MCTP) - routing15 #include <linux/mctp.h>24 #include <net/mctp.h>29 #include <trace/events/mctp.h>56 sk_for_each_rcu(sk, &net->mctp.binds[hash]) { in mctp_lookup_bind_details()59 if (!allow_net_any && msk->bind_net == MCTP_NET_ANY) in mctp_lookup_bind_details()62 if (msk->bind_net != MCTP_NET_ANY && msk->bind_net != cb->net) in mctp_lookup_bind_details()65 if (msk->bind_type != type) in mctp_lookup_bind_details()68 if (msk->bind_peer_set && in mctp_lookup_bind_details()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Management Component Transport Protocol (MCTP) - device implementation.11 #include <linux/mctp.h>18 #include <net/mctp.h>32 struct mctp_dev *mdev = rcu_dereference(dev->mctp_ptr); in __mctp_dev_get()38 if (!refcount_inc_not_zero(&mdev->refs)) in __mctp_dev_get()48 return rtnl_dereference(dev->mctp_ptr); in mctp_dev_get_rtnl()70 return -EMSGSIZE; in mctp_fill_addrinfo()73 hdr->ifa_family = AF_MCTP; in mctp_fill_addrinfo()74 hdr->ifa_prefixlen = 0; in mctp_fill_addrinfo()[all …]
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */21 #define N_IRDA 11 /* Linux IrDa - http://irda.sourceforge.net/ */22 #define N_SMSBLOCK 12 /* SMS block mode - for talking to GSM data */38 #define N_NULL 27 /* Null ldisc used for error handling */39 #define N_MCTP 28 /* MCTP-over-serial */40 #define N_DEVELOPMENT 29 /* Manual out-of-tree testing */41 #define N_CAN327 30 /* ELM327 based OBD-II interfaces */
1 // SPDX-License-Identifier: GPL-2.06 #include <net/mctp.h>30 params = test->param_value; in mctp_test_fragment() 31 mtu = params->mtu; in mctp_test_fragment() 32 msgsize = params->msgsize; in mctp_test_fragment() 50 n = dev->pkts.qlen; in mctp_test_fragment() 51 KUNIT_EXPECT_EQ(test, n, params->n_frags); in mctp_test_fragment() 60 last = i == (n - in mctp_test_fragment() [all...]
1 /* SPDX-License-Identifier: GPL-2.0-only */4 * Copyright (c) 2003-2014 QLogic Corporation15 #include <linux/dma-mapping.h>234 /* 83XX: Macros defining 8200 AEN Error-levels */248 /* 83XX: Macros for defining IDC-Control bits */257 /* 83XX: Macros for defining class in DEV-Partition Info register */263 /* 83XX: Macros for IDC Lock-Recovery stages */265 * lock-recovery267 #define IDC_LOCK_RECOVERY_STAGE2 0x2 /* Stage2: Perform lock-recovery */270 #define IDC_AUDIT_TIMESTAMP 0x0 /* IDC-AUDIT: Record timestamp of[all …]
1 // SPDX-License-Identifier: GPL-2.0-only4 * Copyright (c) 2003-2014 QLogic Corporation43 /* SRB Extensions ---------------------------------------------------------- */50 scsi_qla_host_t *vha = sp->vha; in qla2x00_sp_timeout()53 iocb = &sp->u.iocb_cmd; in qla2x00_sp_timeout()54 iocb->timeout(sp); in qla2x00_sp_timeout()57 kref_put(&sp->cmd_kref, qla2x00_sp_release); in qla2x00_sp_timeout()59 if (vha && qla2x00_isp_reg_stat(vha->hw)) { in qla2x00_sp_timeout()68 struct srb_iocb *iocb = &sp->u.iocb_cmd; in qla2x00_sp_free()70 timer_delete(&iocb->timer); in qla2x00_sp_free()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only4 * Copyright (c) 2003-2014 QLogic Corporation65 "Enable/disable security. 0(Default) - Security disabled. 1 - Security enabled.");71 "beginning. Default is 0 - class 2 not supported.");83 "a PORT-DOWN status.");90 "Default is 0 - no PLOGI. 1 - perform PLOGI.");102 "vary by ISP type. Default is 1 - allocate memory.");109 "\t\tDefault is 0 - no logging. 0x40000000 - Module Init & Probe.\n"110 "\t\t0x20000000 - Mailbox Cmnds. 0x10000000 - Device Discovery.\n"111 "\t\t0x08000000 - IO tracing. 0x04000000 - DPC Thread.\n"[all …]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-scsi@vger.kernel.org88 F: drivers/scsi/3w-*[all …]