Searched refs:protocol (Results 101 - 125 of 561) sorted by relevance

1234567891011>>

/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c60 .protocol = ETH_P_FCOE,
438 .protocol = ETH_P_FCOE,
547 .protocol = id,
680 app->protocol == ETH_P_FCOE) {
706 app->protocol == ETH_P_FCOE) {
/drivers/net/ppp/
H A Dpptp.c37 #include <net/protocol.h>
86 u16 protocol; member in struct:pptp_gre_header
219 /* compress protocol field */
243 hdr->protocol = htons(PPTP_GRE_PROTO);
271 iph->protocol = IPPROTO_GRE;
364 /* protocol is compressed */
395 if (ntohs(header->protocol) != PPTP_GRE_PROTO || /* PPTP-GRE protocol for PPTP */
678 pr_err("PPTP: can't add gre protocol\n");
/drivers/net/usb/
H A Dsierra_net.c144 u8 protocol; member in struct:lsi_umts
206 return skb->protocol == cpu_to_be16(ETH_P_IP);
225 skb->protocol = eth_hdr(skb)->h_proto;
378 /* Validate the protocol - only support UMTS for now */
379 if (lsi->protocol != SIERRA_NET_PROTOCOL_UMTS) {
381 lsi->protocol);
H A Dcdc-phonet.c68 if (skb->protocol != htons(ETH_P_PHONET))
183 skb->protocol = htons(ETH_P_PHONET);
/drivers/usb/storage/
H A Dusb.c17 * describes in detail the protocol used to communicate with such
69 #include "protocol.h"
561 us->protocol = (unusual_dev->useTransport == USB_PR_DEVICE) ?
586 * unnecessary subclass or protocol override. This may stimulate
602 us->protocol == idesc->bInterfaceProtocol)
627 switch (us->protocol) {
650 /* Get the protocol settings */
703 * An optional interrupt-in is OK (necessary for CBI protocol).
725 if (!ep_in || !ep_out || (us->protocol == USB_PR_CBI && !ep_int)) {
872 if (us->protocol
[all...]
/drivers/ata/
H A Dlibata-scsi.c1315 tf->protocol = ATA_PROT_NODATA;
1395 tf->protocol = ATA_PROT_NODATA;
1522 tf->protocol = ATA_PROT_NODATA;
2546 qc->tf.protocol = ATAPI_PROT_DMA;
2549 qc->tf.protocol = ATAPI_PROT_PIO;
2721 qc->tf.protocol = ATAPI_PROT_NODATA;
2723 qc->tf.protocol = ATAPI_PROT_PIO;
2726 qc->tf.protocol = ATAPI_PROT_DMA;
2801 * ata_scsi_map_proto - Map pass-thru protocol value to taskfile value.
2805 * ATA_PROT_UNKNOWN if mapping failed/unimplemented, protocol otherwis
[all...]
H A Dpdc_adma.c325 if (qc->tf.protocol != ATA_PROT_DMA)
408 switch (qc->tf.protocol) {
494 DPRINTK("ata%u: protocol %d (dev_stat 0x%X)\n",
495 ap->print_id, qc->tf.protocol, status);
H A Dacard-ahci.c265 int is_atapi = ata_is_atapi(qc->tf.protocol);
315 if (qc->tf.protocol == ATA_PROT_PIO && qc->dma_dir == DMA_FROM_DEVICE &&
H A Dsata_svw.c237 if (qc->tf.protocol != ATA_PROT_DMA)
281 if (qc->tf.protocol == ATA_PROT_DMA)
H A Dlibata-core.c635 * ata_rwcmd_protocol - set taskfile r/w commands and protocol
640 * the proper read/write commands and protocol to use.
656 tf->protocol = ATA_PROT_PIO;
660 tf->protocol = ATA_PROT_PIO;
663 tf->protocol = ATA_PROT_DMA;
684 * three address formats - LBA, LBA48 and CHS. tf->protocol and
756 tf->protocol = ATA_PROT_NCQ;
1227 tf.protocol |= ATA_PROT_NODATA;
1286 tf.protocol |= ATA_PROT_NODATA;
1761 tf.protocol
[all...]
/drivers/net/slip/
H A Dslhc.c30 * PPP.08 05-02-90 [ks] use PPP protocol field to signal compression
72 #include <net/protocol.h>
249 if (ip->protocol != IPPROTO_TCP || (ntohs(ip->frag_off) & 0x3fff)) {
251 if(ip->protocol != IPPROTO_TCP)
332 * IP protocol version, header length & type of service.
464 * to use on future compressed packets in the protocol field).
/drivers/net/wan/
H A Dx25_asy.c206 skb->protocol = x25_type_trans(skb, sl->dev);
368 * Data has emerged from the LAPB protocol machine. We don't handle
413 skb->protocol = x25_type_trans(skb, sl->dev);
432 skb->protocol = x25_type_trans(skb, sl->dev);
631 * character sequence, according to the X.25 protocol.
H A Ddlci.c2 * DLCI Implementation of Frame Relay protocol for Linux, according to
158 skb->protocol = hdr->PID;
164 skb->protocol = htons(ETH_P_IP);
185 /* we've set up the protocol, so discard the header */
/drivers/staging/wlan-ng/
H A Dp80211netdev.c283 skb->protocol = htons(ETH_P_80211_RAW);
387 if (skb->protocol != ETH_P_80211_RAW) {
399 if (skb->protocol == ETH_P_80211_RAW) {
/drivers/block/paride/
H A Dparide.c215 printk("paride: %s protocol already registered\n",
223 printk("paride: protocol table full\n");
228 printk("paride: %s registered as protocol %d\n", pr->name, k);
348 int unit, int protocol, int delay, char *scratch,
354 s = protocol;
347 pi_init(PIA * pi, int autoprobe, int port, int mode, int unit, int protocol, int delay, char *scratch, int devtype, int verbose, char *device) argument
/drivers/ide/
H A Dide-iops.c488 if ((cmd->protocol != ATAPI_PROT_DMA &&
489 cmd->protocol != ATAPI_PROT_PIO) ||
H A Dide-disk_proc.c38 cmd.protocol = ATA_PROT_PIO;
H A Dide-pm.c169 cmd.protocol = ATA_PROT_NODATA;
/drivers/isdn/mISDN/
H A Dtei.c989 crq->protocol, crq->adr.dev, crq->adr.channel,
998 if (crq->protocol == ISDN_P_LAPD_TE)
1009 if (crq->protocol == ISDN_P_LAPD_NT)
1014 if (crq->protocol == ISDN_P_LAPD_NT)
1016 if (crq->protocol == ISDN_P_LAPD_TE)
1022 if ((crq->protocol == ISDN_P_LAPD_NT) && (crq->adr.tei == 127)) {
1037 l2 = create_l2(crq->ch, crq->protocol, opt,
1052 if (crq->protocol == ISDN_P_LAPD_TE) {
/drivers/net/hamradio/
H A Dbpqether.c13 * using G8BPQ encapsulation. It has been extracted from the protocol
16 * - things got unreadable within the protocol stack
17 * - to cure the protocol stack from "feature-ism"
18 * - a protocol implementation shouldn't need to know on
44 * protocol stack and added my own
228 skb->protocol = ax25_type_trans(skb, dev);
293 skb->protocol = ax25_type_trans(skb, dev);
/drivers/net/wireless/prism54/
H A Dislpci_eth.c302 (*skb)->protocol = htons(ETH_P_802_2);
401 skb->protocol = eth_type_trans(skb, ndev);
/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h300 __u8 protocol; member in struct:hfcsusb
/drivers/isdn/hysdn/
H A Dhysdn_net.c206 /* determine the used protocol */
207 skb->protocol = eth_type_trans(skb, dev);
/drivers/media/dvb/dvb-usb/
H A Ddvb-usb.h193 * @protocol: type of protocol(s) currently used by the driver
194 * @allowed_protos: protocol(s) supported by the driver
196 * @change_protocol: callback to change protocol
203 u64 protocol; member in struct:dvb_rc
/drivers/media/dvb/ttpci/
H A Dav7110.h88 u8 protocol; member in struct:infrared

Completed in 636 milliseconds

1234567891011>>