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

12345

/freebsd-11-stable/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 */
198 struct transport { struct
199 struct asn_oid index; /* transport table index */
200 TAILQ_ENTRY(transport) link; /* ... and link */
208 TAILQ_HEAD(transport_list, transport);
211 void trans_insert_port(struct transport *, struct tport *);
213 struct tport *trans_find_port(struct transport *,
[all...]
H A Dmain.c761 * Insert a port into the right place in the transport's table of ports
764 trans_insert_port(struct transport *t, struct tport *port)
768 port->transport = t;
779 * Remove a port from a transport's list
785 TAILQ_REMOVE(&port->transport->table, port, link);
789 * Find a port on a transport's list
792 trans_find_port(struct transport *t, const struct asn_oid *idx, u_int sub)
799 * Find next port on a transport's list
802 trans_next_port(struct transport *t, const struct asn_oid *idx, u_int sub)
812 trans_first_port(struct transport *
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
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-11-stable/sys/cam/
H A Dcam_compat.h98 cam_xport transport; member in struct:ccb_pathinq_0x17
118 cam_xport transport; member in struct:ccb_trans_settings_0x17
176 cam_xport transport; member in struct:ccb_trans_settings_0x18
H A Dcam_compat.c161 cts->transport = cts17->transport;
216 cpi17->transport = cpi->transport;
234 cts17->transport = cts->transport;
301 cts->transport = cts18->transport;
341 cts18->transport = cts->transport;
[all...]
H A Dcam_xpt_internal.h109 cam_xport transport; member in struct:cam_ed
/freebsd-11-stable/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-11-stable/sys/cam/ata/
H A Data_xpt.c404 if (path->device->transport == XPORT_ATA) {
426 if (path->device->transport == XPORT_ATA) {
440 if (path->device->transport == XPORT_ATA) {
450 /* Remember what transport thinks about DMA. */
509 /* Remember what transport thinks about AEN. */
540 if (path->device->transport == XPORT_ATA) {
555 if (path->device->transport == XPORT_ATA) {
571 if (path->device->transport == XPORT_ATA) {
602 if (path->device->transport == XPORT_ATA) {
621 if (path->device->transport
[all...]
/freebsd-11-stable/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-11-stable/sys/ofed/include/rdma/
H A Dib_pack.h72 #define IB_OPCODE(transport, op) \
73 IB_OPCODE_ ## transport ## _ ## op = \
74 IB_OPCODE_ ## transport + IB_OPCODE_ ## op
77 /* transport types -- just used to define real constants */
H A Dib_addr.h76 * @transport: The transport type used.
86 enum rdma_transport_type transport; member in struct:rdma_dev_addr
243 if (dev_addr->transport == RDMA_TRANSPORT_IB &&
/freebsd-11-stable/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-11-stable/sys/cam/scsi/
H A Dscsi_xpt.c1063 if (cts.transport != XPORT_SPI) {
1065 xpt_print(periph->path, "not SPI transport\n");
2435 /* Get transport information from the SIM */
2446 path->device->transport = cpi.transport;
2454 if (path->device->transport == XPORT_SPI
2480 if (path->device->transport == XPORT_SPI)
2490 * to determine the transport version supported by
2499 cts.transport = path->device->transport;
[all...]
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_qp.c286 static int to_mthca_st(int transport) argument
288 switch (transport) {
470 if (qp->transport == RC || qp->transport == UC) {
565 (to_mthca_st(qp->transport) << 16));
586 if (qp->transport == MLX || qp->transport == UD)
619 if (qp->transport == MLX)
865 mthca_dbg(dev, "Bad QP transition (transport %d) "
867 qp->transport, cur_stat
[all...]
H A Dmthca_provider.h270 u8 transport; member in struct:mthca_qp
/freebsd-11-stable/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-11-stable/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-11-stable/testcode/
H A Dfake_event.c218 p->transport))) {
245 pend->transport))) {
378 if(pend->transport == transport_tcp) {
500 if(p->transport == transport_tcp) {
1099 pend->transport = transport_udp;
1115 pend->transport)) {
1149 pend->transport = transport_tcp;
1165 pend->transport)) {
1251 pend->transport = transport_udp; /* pretend UDP */
1266 pend->transport)) {
[all...]
/freebsd-11-stable/sys/cam/nvme/
H A Dnvme_xpt.c457 /* Get transport information from the SIM */
460 path->device->transport = cpi.transport;
470 cts.transport = path->device->transport;
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_mcdi.c313 emtp = &mcdi->transport;
362 emtp = &mcdi->transport;
/freebsd-11-stable/tools/tools/vhba/
H A Dvhba.c112 cts->transport = XPORT_PPB;
133 cpi->transport = XPORT_PPB;
/freebsd-11-stable/sys/dev/twa/
H A Dtw_osl_cam.c391 cts->transport = XPORT_SPI;
430 path_inq->transport = XPORT_SPI;
/freebsd-11-stable/sys/dev/amr/
H A Damr_cam.c332 cpi->transport = XPORT_SPI;
371 cts->transport = XPORT_SPI;
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_sim.c209 cpi->transport = XPORT_NVME; /* XXX XPORT_PCIE ? */
222 case XPT_GET_TRAN_SETTINGS: /* Get transport settings */
248 cts->transport = XPORT_NVME;

Completed in 334 milliseconds

12345