Searched refs:transport (Results 1 - 25 of 108) sorted by relevance

12345

/freebsd-10.2-release/contrib/bsnmp/snmpd/
H A Dsnmpd.h171 struct transport *transport; /* who handles this */ member in struct:tport
185 const char *name; /* name of this transport */
186 struct asn_oid id; /* OBJID of this transport */
197 struct transport { struct
198 struct asn_oid index; /* transport table index */
199 TAILQ_ENTRY(transport) link; /* ... and link */
207 TAILQ_HEAD(transport_list, transport);
210 void trans_insert_port(struct transport *, struct tport *);
212 struct tport *trans_find_port(struct transport *,
[all...]
H A Dmain.c763 * Insert a port into the right place in the transport's table of ports
766 trans_insert_port(struct transport *t, struct tport *port)
776 port->transport = t;
781 * Remove a port from a transport's list
787 TAILQ_REMOVE(&port->transport->table, port, link);
791 * Find a port on a transport's list
794 trans_find_port(struct transport *t, const struct asn_oid *idx, u_int sub)
801 * Find next port on a transport's list
804 trans_next_port(struct transport *t, const struct asn_oid *idx, u_int sub)
814 trans_first_port(struct transport *
[all...]
/freebsd-10.2-release/contrib/ofed/libibverbs/include/infiniband/
H A Dopcode.h45 #define IBV_OPCODE(transport, op) \
46 IBV_OPCODE_ ## transport ## _ ## op = \
47 IBV_OPCODE_ ## transport + IBV_OPCODE_ ## op
50 /* transport types -- just used to define real constants */
/freebsd-10.2-release/contrib/ldns/ldns/
H A Ddane.h105 * and type of transport: _<EM>port</EM>._<EM>transport</EM>.<EM>name</EM>.
110 * \param[in] transport The transport for wich the name should be created.
115 ldns_dane_transport transport);
/freebsd-10.2-release/sys/dev/ntb/ntb_hw/
H A Dntb_hw.h57 void *transport);
/freebsd-10.2-release/sys/cam/ata/
H A Data_xpt.c358 if (path->device->transport == XPORT_ATA) {
380 if (path->device->transport == XPORT_ATA) {
394 if (path->device->transport == XPORT_ATA) {
404 /* Remember what transport thinks about DMA. */
461 /* Remember what transport thinks about AEN. */
490 if (path->device->transport == XPORT_ATA) {
505 if (path->device->transport == XPORT_ATA) {
521 if (path->device->transport == XPORT_ATA) {
552 if (path->device->transport == XPORT_ATA) {
571 if (path->device->transport
[all...]
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c203 ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetReq.agTag
205 ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetResponse.agTag
520 = &(ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetReq);
614 &ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody,
632 &ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody,
715 agSgl = &(tdIORequestBody->transport.SAS.agSASRequestBody.sspTargetReq.agSgl);
775 agSSPTargetResp = &(ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetResponse);
802 &ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody,
1036 ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetReq.dataLength,
1037 ttdsaXchg->IORequestBody.transport
[all...]
/freebsd-10.2-release/sys/cam/
H A Dcam_compat.h98 cam_xport transport; member in struct:ccb_pathinq_0x17
H A Dcam_compat.c190 cpi17->transport = cpi->transport;
H A Dcam_xpt_internal.h79 cam_xport transport; member in struct:cam_ed
/freebsd-10.2-release/sys/ofed/include/rdma/
H A Dib_pack.h68 #define IB_OPCODE(transport, op) \
69 IB_OPCODE_ ## transport ## _ ## op = \
70 IB_OPCODE_ ## transport + IB_OPCODE_ ## op
73 /* transport types -- just used to define real constants */
H A Dib_addr.h68 enum rdma_transport_type transport; member in struct:rdma_dev_addr
181 if (dev_addr->transport == RDMA_TRANSPORT_IB &&
/freebsd-10.2-release/sys/dev/ntb/if_ntb/
H A Dif_ntb.c100 struct ntb_netdev *transport; member in struct:ntb_transport_qp
221 static void ntb_transport_free(void *transport);
465 mtx_init(&nt->tx_lock, "ntb transport tx", NULL, MTX_DEF);
466 mtx_init(&nt->rx_lock, "ntb transport rx", NULL, MTX_DEF);
498 ntb_transport_free(void *transport) argument
500 struct ntb_netdev *nt = transport;
534 qp->transport = nt;
592 set_bit(qp->qp_num, &qp->transport->qp_bitmap);
596 * ntb_transport_create_queue - Create a new NTB transport layer queue
601 * Create a new NTB transport laye
[all...]
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c238 agSASRequestBody = &(tdIORequestBody->transport.SAS.agSASRequestBody);
401 satIOContext = &(tdIORequestBody->transport.SATA.satIOContext);
407 tdIORequestBody->transport.SATA.tiSenseData.senseData = agNULL;
408 tdIORequestBody->transport.SATA.tiSenseData.senseLen = 0;
411 &tdIORequestBody->transport.SATA.agSATARequestBody.fis.fisRegHostToDev;
413 satIOContext->pSense = &tdIORequestBody->transport.SATA.sensePayload;
414 satIOContext->pTiSenseData = &tdIORequestBody->transport.SATA.tiSenseData;
782 agSASRequestBody = &(tdIORequestBody->transport.SAS.agSASRequestBody);
1057 satIOContext = &(tdIORequestBody->transport.SATA.satIOContext);
1063 tdIORequestBody->transport
[all...]
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_xpt.c1038 if (cts.transport != XPORT_SPI) {
1040 xpt_print(periph->path, "not SPI transport\n");
2401 /* Get transport information from the SIM */
2412 path->device->transport = cpi.transport;
2420 if (path->device->transport == XPORT_SPI
2446 if (path->device->transport == XPORT_SPI)
2456 * to determine the transport version supported by
2465 cts.transport = path->device->transport;
[all...]
/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c286 static int to_mthca_st(int transport) argument
288 switch (transport) {
477 if (qp->transport == RC || qp->transport == UC) {
572 (to_mthca_st(qp->transport) << 16));
593 if (qp->transport == MLX || qp->transport == UD)
626 if (qp->transport == MLX)
874 mthca_dbg(dev, "Bad QP transition (transport %d) "
876 qp->transport, cur_stat
[all...]
H A Dmthca_provider.h267 u8 transport; member in struct:mthca_qp
/freebsd-10.2-release/sys/dev/sfxge/
H A Dsfxge_mcdi.c253 emtp = &mcdi->transport;
294 emtp = &mcdi->transport;
/freebsd-10.2-release/sys/dev/pms/RefTisa/sat/src/
H A Dsmsathw.c67 agsaSATAInitiatorRequest_t *agSATAReq = &(smIORequestBody->transport.SATA.agSATARequestBody);
323 agSgl = &(smIORequestBody->transport.SATA.agSATARequestBody.agSgl);
500 agSgl = &(smIORequestBody->transport.SATA.agSATARequestBody.agSgl);
H A Dsminit.c472 smIOCommand[i].transport.SATA.satIOContext.satOrgIOContext = agNULL;
474 sm_memset(&(smIOCommand[i].transport.SATA.agSATARequestBody), 0, sizeof(agsaSATAInitiatorRequest_t));
497 smIORequestBody->transport.SATA.satIOContext.satOrgIOContext = agNULL;
498 /*sm_memset(&(smIORequestBody->transport.SATA.agSATARequestBody), 0, sizeof(agsaSATAInitiatorRequest_t));*/
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsathw.c139 agSATAReq = &(tdIORequestBody->transport.SATA.agSATARequestBody);
365 agSgl = &(tdIORequestBody->transport.SATA.agSATARequestBody.agSgl);
495 agSgl = &(tdIORequestBody->transport.SATA.agSATARequestBody.agSgl);
/freebsd-10.2-release/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c68 static const char *transport_str(enum ibv_transport_type transport) argument
70 switch (transport) {
73 default: return "invalid transport";
/freebsd-10.2-release/sys/dev/twa/
H A Dtw_osl_cam.c389 cts->transport = XPORT_SPI;
428 path_inq->transport = XPORT_SPI;
/freebsd-10.2-release/sys/dev/amr/
H A Damr_cam.c332 cpi->transport = XPORT_SPI;
371 cts->transport = XPORT_SPI;
/freebsd-10.2-release/tools/tools/vhba/
H A Dvhba.c112 cts->transport = XPORT_PPB;
133 cpi->transport = XPORT_PPB;

Completed in 307 milliseconds

12345