Searched refs:mad (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dagent.h47 extern void agent_send_response(struct ib_mad *mad, struct ib_grh *grh,
H A Duser_mad.c124 struct ib_user_mad mad; member in struct:ib_umad_packet
165 for (packet->mad.hdr.id = 0;
166 packet->mad.hdr.id < IB_UMAD_MAX_AGENTS;
167 packet->mad.hdr.id++)
168 if (agent == __get_agent(file, packet->mad.hdr.id)) {
200 packet->mad.hdr.status = ETIMEDOUT;
223 packet->mad.hdr.status = 0;
224 packet->mad.hdr.length = hdr_size(file) + mad_recv_wc->mad_len;
225 packet->mad.hdr.qpn = cpu_to_be32(mad_recv_wc->wc->src_qp);
226 packet->mad
[all...]
H A Dsa_query.c556 static void init_mad(struct ib_sa_mad *mad, struct ib_mad_agent *agent) argument
560 memset(mad, 0, sizeof *mad);
562 mad->mad_hdr.base_version = IB_MGMT_BASE_VERSION;
563 mad->mad_hdr.mgmt_class = IB_MGMT_CLASS_SUBN_ADM;
564 mad->mad_hdr.class_version = IB_SA_CLASS_VERSION;
567 mad->mad_hdr.tid =
615 struct ib_sa_mad *mad)
620 if (mad) {
624 mad
613 ib_sa_path_rec_callback(struct ib_sa_query *sa_query, int status, struct ib_sa_mad *mad) argument
675 struct ib_sa_mad *mad; local
728 ib_sa_service_rec_callback(struct ib_sa_query *sa_query, int status, struct ib_sa_mad *mad) argument
792 struct ib_sa_mad *mad; local
851 ib_sa_mcmember_rec_callback(struct ib_sa_query *sa_query, int status, struct ib_sa_mad *mad) argument
889 struct ib_sa_mad *mad; local
[all...]
H A Dmad.c72 struct ib_mad *mad);
74 struct ib_mad_private *mad);
178 int ib_response_mad(struct ib_mad *mad) argument
180 return ((mad->mad_hdr.method & IB_MGMT_METHOD_RESP) ||
181 (mad->mad_hdr.method == IB_MGMT_METHOD_TRAP_REPRESS) ||
182 ((mad->mad_hdr.mgmt_class == IB_MGMT_CLASS_BM) &&
183 (mad->mad_hdr.attr_mod & IB_BM_ATTR_MOD_RESP)));
366 /* Add mad agent into port's agent list */
673 struct ib_smp *smp = mad_send_wr->send_buf.mad;
734 (struct ib_mad *)&mad_priv->mad);
1551 find_mad_agent(struct ib_mad_port_private *port_priv, struct ib_mad *mad) argument
1635 validate_mad(struct ib_mad *mad, u32 qp_num) argument
1741 struct ib_mad *mad; local
2526 ib_mad_post_receive_mads(struct ib_mad_qp_info *qp_info, struct ib_mad_private *mad) argument
[all...]
H A Dagent.c81 void agent_send_response(struct ib_mad *mad, struct ib_grh *grh, argument
116 memcpy(send_buf->mad, mad, sizeof *mad);
H A Dmad_rmpp.c117 struct ib_rmpp_mad *ack = msg->mad;
139 hdr_len = ib_get_mad_data_offset(recv_wc->recv_buf.mad->mad_hdr.mgmt_class);
146 format_ack(msg, (struct ib_rmpp_mad *) recv_wc->recv_buf.mad, rmpp_recv);
165 hdr_len = ib_get_mad_data_offset(recv_wc->recv_buf.mad->mad_hdr.mgmt_class);
190 rmpp_mad = msg->mad;
191 memcpy(rmpp_mad, recv_wc->recv_buf.mad, msg->hdr_len);
223 rmpp_mad = msg->mad;
224 memcpy(rmpp_mad, recv_wc->recv_buf.mad, msg->hdr_len);
312 mad_hdr = &mad_recv_wc->recv_buf.mad->mad_hdr;
330 struct ib_mad_hdr *mad_hdr = &mad_recv_wc->recv_buf.mad
[all...]
H A DMakefile14 ib_mad-y := mad.o smi.o agent.o mad_rmpp.o
H A Dmad_priv.h83 struct ib_mad mad; member in union:ib_mad_private::__anon11551
86 } mad; member in struct:ib_mad_private
H A Dcm.c1153 req_msg = (struct cm_req_msg *) cm_id_priv->msg->mad;
1194 rcv_msg = (struct cm_rej_msg *) mad_recv_wc->recv_buf.mad;
1195 rej_msg = (struct cm_rej_msg *) msg->mad;
1277 req_msg = (struct cm_req_msg *)work->mad_recv_wc->recv_buf.mad;
1403 cm_format_mra((struct cm_mra_msg *) msg->mad, cm_id_priv,
1409 cm_format_rej((struct cm_rej_msg *) msg->mad, cm_id_priv,
1433 req_msg = (struct cm_req_msg *)work->mad_recv_wc->recv_buf.mad;
1511 req_msg = (struct cm_req_msg *)work->mad_recv_wc->recv_buf.mad;
1640 rep_msg = (struct cm_rep_msg *) msg->mad;
1706 cm_format_rtu((struct cm_rtu_msg *) msg->mad, cm_id_pri
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A DMakefile3 mlx4_ib-y := ah.o cq.o doorbell.o mad.o main.o mr.o qp.o srq.o
H A Dmad.c151 static void smp_snoop(struct ib_device *ibdev, u8 port_num, struct ib_mad *mad, argument
156 if ((mad->mad_hdr.mgmt_class == IB_MGMT_CLASS_SUBN_LID_ROUTED ||
157 mad->mad_hdr.mgmt_class == IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE) &&
158 mad->mad_hdr.method == IB_MGMT_METHOD_SET) {
159 if (mad->mad_hdr.attr_id == IB_SMP_ATTR_PORT_INFO) {
161 (struct ib_port_info *) ((struct ib_smp *) mad)->data;
182 if (mad->mad_hdr.attr_id == IB_SMP_ATTR_PKEY_TABLE) {
192 struct ib_mad *mad)
194 if ((mad->mad_hdr.mgmt_class == IB_MGMT_CLASS_SUBN_LID_ROUTED ||
195 mad
191 node_desc_override(struct ib_device *dev, struct ib_mad *mad) argument
204 forward_trap(struct mlx4_ib_dev *dev, u8 port_num, struct ib_mad *mad) argument
[all...]
H A Dmain.c61 static void init_query_mad(struct ib_smp *mad) argument
63 mad->base_version = 1;
64 mad->mgmt_class = IB_MGMT_CLASS_SUBN_LID_ROUTED;
65 mad->class_version = 1;
66 mad->method = IB_MGMT_METHOD_GET;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c107 struct ib_mad *mad,
112 if ((mad->mad_hdr.mgmt_class == IB_MGMT_CLASS_SUBN_LID_ROUTED ||
113 mad->mad_hdr.mgmt_class == IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE) &&
114 mad->mad_hdr.method == IB_MGMT_METHOD_SET) {
115 if (mad->mad_hdr.attr_id == IB_SMP_ATTR_PORT_INFO) {
117 (struct ib_port_info *) ((struct ib_smp *) mad)->data;
139 if (mad->mad_hdr.attr_id == IB_SMP_ATTR_PKEY_TABLE) {
149 struct ib_mad *mad)
151 if ((mad->mad_hdr.mgmt_class == IB_MGMT_CLASS_SUBN_LID_ROUTED ||
152 mad
105 smp_snoop(struct ib_device *ibdev, u8 port_num, struct ib_mad *mad, u16 prev_lid) argument
148 node_desc_override(struct ib_device *dev, struct ib_mad *mad) argument
161 forward_trap(struct mthca_dev *dev, u8 port_num, struct ib_mad *mad) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dea.mak7 FATE_SAMPLES_EA-$(call DEMDEC, EA, EAMAD) += fate-ea-mad
8 fate-ea-mad: CMD = framecrc -i $(TARGET_SAMPLES)/ea-mad/NFS6LogoE.mad -an
H A Dpcm.mak8 fate-pcm-planar: CMD = framecrc -i $(TARGET_SAMPLES)/ea-mad/xeasport.mad -vn
H A Dadpcm.mak32 fate-adpcm-ea-r1: CMD = framecrc -i $(TARGET_SAMPLES)/ea-mad/NFS6LogoE.mad -vn
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dpcm.mak1 FATE_PCM += fate-ea-mad-pcm-planar
2 fate-ea-mad-pcm-planar: CMD = framecrc -i $(SAMPLES)/ea-mad/xeasport.mad
H A Dadpcm.mak19 FATE_ADPCM += fate-adpcm-ea-mad-ea-r1
20 fate-adpcm-ea-mad-ea-r1: CMD = framecrc -i $(SAMPLES)/ea-mad/NFS6LogoE.mad
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvfc.c163 struct ibmvfc_mad_common *mad = &evt->iu.mad_common; local
181 entry->op_code = mad->opcode;
197 struct ibmvfc_mad_common *mad = &evt->xfer_iu->mad_common; local
218 entry->op_code = mad->opcode;
219 entry->u.end.status = mad->status;
1833 struct ibmvfc_passthru_mad *mad; local
1908 mad = &evt->iu.passthru;
1910 memset(mad, 0, sizeof(*mad));
1911 mad
3475 struct ibmvfc_implicit_logout *mad; local
3511 ibmvfc_adisc_needs_plogi(struct ibmvfc_passthru_mad *mad, struct ibmvfc_target *tgt) argument
3534 struct ibmvfc_passthru_mad *mad = &evt->xfer_iu->passthru; local
3575 struct ibmvfc_passthru_mad *mad = &evt->iu.passthru; local
3683 struct ibmvfc_passthru_mad *mad; local
3922 struct ibmvfc_discover_targets *mad; local
4032 struct ibmvfc_npiv_login_mad *mad; local
4095 struct ibmvfc_npiv_logout_mad *mad; local
[all...]
H A Dviosrp.h205 union mad_iu mad; member in union:viosrp_iu
H A Dibmvscsi.c907 if (evt_struct->xfer_iu->mad.capabilities.common.status) {
909 evt_struct->xfer_iu->mad.capabilities.common.status);
927 * send_mad_capabilities: - Sends the mad capabilities request
945 req = &evt_struct->iu.mad.capabilities;
994 u8 status = evt_struct->xfer_iu->mad.fast_fail.common.status;
1029 fast_fail_mad = &evt_struct->iu.mad.fast_fail;
1051 if (evt_struct->xfer_iu->mad.adapter_info.common.status) {
1053 evt_struct->xfer_iu->mad.adapter_info.common.status);
1086 * send_mad_adapter_info: - Sends the mad adapter info request
1108 req = &evt_struct->iu.mad
[all...]
H A Dibmvstgt.c450 switch (iu->mad.empty_iu.common.type) {
456 iu->mad.error_log.common.status = 1;
457 send_iu(iue, sizeof(iu->mad.error_log), VIOSRP_MAD_FORMAT);
460 info = &iu->mad.adapter_info;
466 conf = &iu->mad.host_config;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_mad.h218 * @mad: References an allocated MAD data buffer for MADs that do not have
240 void *mad; member in struct:ib_mad_send_buf
256 int ib_response_mad(struct ib_mad *mad);
384 * @mad: References the start of the received MAD.
389 struct ib_mad *mad; member in struct:ib_mad_recv_buf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Dlocale-languages.h139 char stringpool_str42[sizeof("mad")];
402 "mad",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_inic162x.c210 __le32 mad; /* Physical Memory Address */ member in struct:inic_prd
456 prd->mad = cpu_to_le32(sg_dma_address(sg));
512 prd->mad = cpu_to_le32(pp->pkt_dma +

Completed in 268 milliseconds

12