Searched refs:protocol (Results 226 - 250 of 255) sorted by relevance

1234567891011

/freebsd-9.3-release/sys/cam/ata/
H A Data_da.c966 if (cgd->protocol != PROTO_ATA)
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_ch.c340 if (cgd->protocol != PROTO_SCSI)
H A Dscsi_low.c1163 cts->protocol = PROTO_SCSI;
1274 cpi->protocol = PROTO_SCSI;
/freebsd-9.3-release/sys/dev/advansys/
H A Dadvlib.c1148 neg.protocol = PROTO_SCSI;
/freebsd-9.3-release/sys/dev/isp/
H A Disp_freebsd.c5208 cts->protocol = PROTO_SCSI;
5245 cts->protocol = PROTO_SCSI;
5495 cpi->protocol = PROTO_SCSI;
5590 cts.protocol = PROTO_SCSI;
/freebsd-9.3-release/sys/dev/lmc/
H A Dif_lmc.c2484 /* No HDLC Address/Control fields! No line control protocol at all! */
3473 first_skb->protocol = htons(ETH_P_IP);
3475 first_skb->protocol = htons(ETH_P_IPV6);
3479 first_skb->protocol = hdlc_type_trans(first_skb, sc->net_dev);
3481 first_skb->protocol = htons(ETH_P_HDLC);
4106 /* Configure line protocol stuff.
4114 /* Use line protocol stack instead of RAWIP mode. */
4149 #else /* no line protocol stack was configured */
4154 /* Bypass line protocol stack and return to RAWIP mode. */
4189 /* Check for change to PPP protocol
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c1539 .protocol = MLX4_PROT_IB,
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c601 iarg[2] = p->protocol; /* int */
785 iarg[2] = p->protocol; /* int */
/freebsd-9.3-release/sys/dev/ahci/
H A Dahci.c2951 cts->protocol = PROTO_UNSPECIFIED;
3037 cpi->protocol = PROTO_ATA;
/freebsd-9.3-release/sys/dev/arcmsr/
H A Darcmsr.c2904 cpi->protocol = PROTO_SCSI;
2973 cts->protocol = PROTO_SCSI;
/freebsd-9.3-release/sys/dev/asr/
H A Dasr.c2800 cts->protocol = PROTO_SCSI;
2888 cpi->protocol = PROTO_SCSI;
/freebsd-9.3-release/sys/dev/ciss/
H A Dciss.c53 * control protocol from earlier Compaq adapter families.
3030 cpi->protocol = PROTO_SCSI;
3064 cts->protocol = PROTO_SCSI;
4506 return("protocol error");
/freebsd-9.3-release/sys/dev/firewire/
H A Dsbp.c2596 cpi->protocol = PROTO_SCSI;
2611 cts->protocol = PROTO_SCSI;
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_controller.c1905 if (the_phy->protocol == SCIC_SDS_PHY_PROTOCOL_SAS)
1978 current_phy->protocol == SCIC_SDS_PHY_PROTOCOL_SAS &&
/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_sas.c1001 cpi->protocol = PROTO_SCSI;
1052 cts->protocol = PROTO_SCSI;
2005 desc_ioc_state = "scsi protocol error";
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_sas.c976 cpi->protocol = PROTO_SCSI;
1023 cts->protocol = PROTO_SCSI;
1953 desc_ioc_state = "scsi protocol error";
/freebsd-9.3-release/sys/dev/mvs/
H A Dmvs.c2339 cts->protocol = PROTO_UNSPECIFIED;
2423 cpi->protocol = PROTO_ATA;
/freebsd-9.3-release/sys/dev/trm/
H A Dtrm.c664 cpi->protocol = PROTO_SCSI;
775 cts->protocol = PROTO_SCSI;
/freebsd-9.3-release/sys/kern/
H A Dsystrace_args.c598 iarg[2] = p->protocol; /* int */
782 iarg[2] = p->protocol; /* int */
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h53 FW_EPROTO = 71, /* protocol error */
2023 __u8 protocol; member in struct:fw_rdev_wr
2031 __u8 protocol; member in struct:fw_rdev_wr::rdev_entry::fcoe_rdev_entry
2050 __u8 protocol; member in struct:fw_rdev_wr::rdev_entry::iscsi_rdev_entry
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_hipd.c3445 cts.protocol = PROTO_SCSI;
5947 * on rejection or on protocol error.
7996 cts->protocol = PROTO_SCSI;
8054 cpi->protocol = PROTO_SCSI;
/freebsd-9.3-release/sys/dev/hptmv/
H A Dentry.c2425 cpi->protocol = PROTO_SCSI;
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_cam.c3458 cts->protocol = PROTO_SCSI;
3540 cpi->protocol = PROTO_SCSI;
/freebsd-9.3-release/sys/sys/
H A Dsysproto.h353 char protocol_l_[PADL_(int)]; int protocol; char protocol_r_[PADR_(int)]; member in struct:socket_args
453 char protocol_l_[PADL_(int)]; int protocol; char protocol_r_[PADR_(int)]; member in struct:socketpair_args
/freebsd-9.3-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h8063 ib_net16_t protocol;
8125 * protocol

Completed in 653 milliseconds

1234567891011