/linux-4.4.14/drivers/infiniband/core/ |
D | smi.c | 129 enum smi_action smi_handle_dr_smp_send(struct ib_smp *smp, in smi_handle_dr_smp_send() 141 enum smi_action opa_smi_handle_dr_smp_send(struct opa_smp *smp, in opa_smi_handle_dr_smp_send() 240 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch, in smi_handle_dr_smp_recv() 256 enum smi_action opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch, in opa_smi_handle_dr_smp_recv() 302 enum smi_forward_action smi_check_forward_dr_smp(struct ib_smp *smp) in smi_check_forward_dr_smp() 310 enum smi_forward_action opa_smi_check_forward_dr_smp(struct opa_smp *smp) in opa_smi_check_forward_dr_smp() 324 int smi_get_fwd_port(struct ib_smp *smp) in smi_get_fwd_port() 334 int opa_smi_get_fwd_port(struct opa_smp *smp) in opa_smi_get_fwd_port()
|
D | opa_smi.h | 53 static inline enum smi_action opa_smi_check_local_smp(struct opa_smp *smp, in opa_smi_check_local_smp() 68 static inline enum smi_action opa_smi_check_local_returning_smp(struct opa_smp *smp, in opa_smi_check_local_returning_smp()
|
D | smi.h | 65 static inline enum smi_action smi_check_local_smp(struct ib_smp *smp, in smi_check_local_smp() 80 static inline enum smi_action smi_check_local_returning_smp(struct ib_smp *smp, in smi_check_local_returning_smp()
|
D | mad.c | 745 struct ib_smp *smp = mad_send_wr->send_buf.mad; in handle_outgoing_dr_smp() local 2026 struct ib_smp *smp = (struct ib_smp *)recv->mad; in handle_ib_smi() local 2111 struct opa_smp *smp = (struct opa_smp *)recv->mad; in handle_opa_smi() local
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_smp.c | 108 struct mdp5_kms *get_kms(struct mdp5_smp *smp) in get_kms() 138 static int smp_request_block(struct mdp5_smp *smp, in smp_request_block() 191 static void set_fifo_thresholds(struct mdp5_smp *smp, in set_fifo_thresholds() 212 int mdp5_smp_request(struct mdp5_smp *smp, enum mdp5_pipe pipe, in mdp5_smp_request() 271 void mdp5_smp_release(struct mdp5_smp *smp, enum mdp5_pipe pipe) in mdp5_smp_release() 303 static void update_smp_state(struct mdp5_smp *smp, in update_smp_state() 337 void mdp5_smp_configure(struct mdp5_smp *smp, enum mdp5_pipe pipe) in mdp5_smp_configure() 361 void mdp5_smp_commit(struct mdp5_smp *smp, enum mdp5_pipe pipe) in mdp5_smp_commit() 391 void mdp5_smp_destroy(struct mdp5_smp *smp) in mdp5_smp_destroy() 398 struct mdp5_smp *smp = NULL; in mdp5_smp_init() local
|
D | mdp5_cfg.h | 83 struct mdp5_smp_block smp; member
|
D | mdp5_kms.h | 42 struct mdp5_smp *smp; member
|
/linux-4.4.14/net/bluetooth/ |
D | smp.c | 51 #define SMP_ALLOW_CMD(smp, code) set_bit(code, &smp->allow_cmd) argument 512 struct smp_dev *smp; in smp_irk_matches() local 533 struct smp_dev *smp; in smp_generate_rpa() local 558 struct smp_dev *smp; in smp_generate_oob() local 605 struct smp_chan *smp; in smp_send_cmd() local 665 struct smp_chan *smp = chan->data; in build_pairing_cmd() local 740 struct smp_chan *smp = chan->data; in check_enc_key_size() local 754 struct smp_chan *smp = chan->data; in smp_chan_destroy() local 844 static u8 get_auth_method(struct smp_chan *smp, u8 local_io, u8 remote_io) in get_auth_method() 864 struct smp_chan *smp = chan->data; in tk_request() local [all …]
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_defs.h | 84 csio_set_state(void *smp, void *state) in csio_set_state() 90 csio_init_state(struct csio_sm *smp, void *state) in csio_init_state() 96 csio_post_event(void *smp, uint32_t evt) in csio_post_event() 102 csio_get_state(void *smp) in csio_get_state() 108 csio_match_state(void *smp, void *state) in csio_match_state()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_mad.c | 40 static int reply(struct ib_smp *smp) in reply() 52 static int reply_failure(struct ib_smp *smp) in reply_failure() 68 struct ib_smp *smp; in qib_send_trap() local 169 static void qib_bad_mkey(struct qib_ibport *ibp, struct ib_smp *smp) in qib_bad_mkey() 266 static int subn_get_nodedescription(struct ib_smp *smp, in subn_get_nodedescription() 277 static int subn_get_nodeinfo(struct ib_smp *smp, struct ib_device *ibdev, in subn_get_nodeinfo() 313 static int subn_get_guidinfo(struct ib_smp *smp, struct ib_device *ibdev, in subn_get_guidinfo() 406 static int check_mkey(struct qib_ibport *ibp, struct ib_smp *smp, int mad_flags) in check_mkey() 452 static int subn_get_portinfo(struct ib_smp *smp, struct ib_device *ibdev, in subn_get_portinfo() 594 static int subn_get_pkeytable(struct ib_smp *smp, struct ib_device *ibdev, in subn_get_pkeytable() [all …]
|
D | qib_ud.c | 497 struct ib_smp *smp; in qib_ud_rcv() local
|
D | qib_iba7322.c | 5496 struct ib_smp *smp; in try_7322_ipg() local
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | mad.c | 63 static int reply(struct ib_mad_hdr *smp) in reply() 75 static inline void clear_opa_smp_data(struct opa_smp *smp) in clear_opa_smp_data() 87 struct ib_smp *smp; in send_trap() local 293 static int __subn_get_opa_nodedesc(struct opa_smp *smp, u32 am, in __subn_get_opa_nodedesc() 314 static int __subn_get_opa_nodeinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_nodeinfo() 353 static int subn_get_nodeinfo(struct ib_smp *smp, struct ib_device *ibdev, in subn_get_nodeinfo() 513 static int __subn_get_opa_portinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_portinfo() 730 static int __subn_get_opa_pkeytable(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_pkeytable() 936 static int set_port_states(struct hfi1_pportdata *ppd, struct opa_smp *smp, in set_port_states() 1036 static int __subn_set_opa_portinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_set_opa_portinfo() [all …]
|
D | ud.c | 553 struct hfi1_qp *qp, u16 slid, struct opa_smp *smp) in opa_smp_check() 768 struct opa_smp *smp = (struct opa_smp *)data; in hfi1_ud_rcv() local
|
D | diag.c | 1289 struct ib_smp *smp = NULL; in hfi1_filter_mad_mgmt_class() local
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_mad.c | 46 static int reply(struct ib_smp *smp) in reply() 58 static int recv_subn_get_nodedescription(struct ib_smp *smp, in recv_subn_get_nodedescription() 84 static int recv_subn_get_nodeinfo(struct ib_smp *smp, in recv_subn_get_nodeinfo() 122 static int recv_subn_get_guidinfo(struct ib_smp *smp, in recv_subn_get_guidinfo() 235 static int recv_subn_get_portinfo(struct ib_smp *smp, in recv_subn_get_portinfo() 360 static int recv_subn_get_pkeytable(struct ib_smp *smp, in recv_subn_get_pkeytable() 384 static int recv_subn_set_guidinfo(struct ib_smp *smp, in recv_subn_set_guidinfo() 417 static int recv_subn_set_portinfo(struct ib_smp *smp, in recv_subn_set_portinfo() 781 static int recv_subn_set_pkeytable(struct ib_smp *smp, in recv_subn_set_pkeytable() 1263 struct ib_smp *smp = (struct ib_smp *)out_mad; in process_subn() local
|
D | ipath_ud.c | 466 struct ib_smp *smp = (struct ib_smp *) data; in ipath_ud_rcv() local
|
/linux-4.4.14/include/rdma/ |
D | opa_smi.h | 124 opa_get_smp_direction(struct opa_smp *smp) in opa_get_smp_direction() 129 static inline u8 *opa_get_smp_data(struct opa_smp *smp) in opa_get_smp_data() 137 static inline size_t opa_get_smp_data_size(struct opa_smp *smp) in opa_get_smp_data_size() 145 static inline size_t opa_get_smp_header_size(struct opa_smp *smp) in opa_get_smp_header_size()
|
D | ib_smi.h | 144 ib_get_smp_direction(struct ib_smp *smp) in ib_get_smp_direction()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | processor.h | 94 #define __ALT_SMP_ASM(smp, up) \ argument 101 #define __ALT_SMP_ASM(smp, up) up argument
|
/linux-4.4.14/drivers/sh/intc/ |
D | core.c | 167 unsigned int smp) in save_reg() 184 unsigned int i, k, smp; in register_intc_controller() local
|
D | internals.h | 61 unsigned long *smp; member
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | micropatch.c | 633 volatile smc_uart_t *smp; in cpm_load_patch() local
|
/linux-4.4.14/include/linux/ |
D | sh_intc.h | 53 unsigned long smp; member 61 unsigned long smp; member
|
/linux-4.4.14/arch/arm/include/asm/mach/ |
D | arch.h | 50 const struct smp_operations *smp; /* SMP operations */ member
|
/linux-4.4.14/fs/jfs/ |
D | jfs_dtree.c | 935 struct metapage *smp; in dtSplitUp() local 1334 struct metapage *smp; in dtSplitPage() local 1647 struct metapage *smp, *pmp, *mp; in dtExtendPage() local 1879 struct metapage *smp; in dtSplitRoot() local
|
D | jfs_xtree.c | 692 struct metapage *smp; in xtSplitUp() local 962 struct metapage *smp; in xtSplitPage() local
|
/linux-4.4.14/arch/x86/kernel/ |
D | alternative.c | 488 struct smp_alt_module *smp; in alternatives_smp_module_add() local
|
/linux-4.4.14/sound/synth/emux/ |
D | soundfont.c | 955 struct snd_sf_sample *smp; in load_guspatch() local
|
/linux-4.4.14/net/iucv/ |
D | iucv.c | 781 int iucv_register(struct iucv_handler *handler, int smp) in iucv_register() 815 void iucv_unregister(struct iucv_handler *handler, int smp) in iucv_unregister()
|
/linux-4.4.14/include/acpi/ |
D | processor.h | 216 u8 smp; member
|
/linux-4.4.14/drivers/scsi/isci/ |
D | scu_task_context.h | 429 struct smp_task_context smp; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | cmd.c | 897 struct ib_smp *smp = inbox->buf; in mlx4_MAD_IFC_wrapper() local
|
/linux-4.4.14/include/net/bluetooth/ |
D | l2cap.h | 645 struct l2cap_chan *smp; member
|
/linux-4.4.14/drivers/scsi/esas2r/ |
D | atioctl.h | 1162 struct atto_ioctl_vda_smp_cmd smp; member
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 1508 struct megasas_smp_frame smp; member
|