Searched refs:protocol (Results 501 - 525 of 575) sorted by relevance

<<212223

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-tape.c97 * 1. Support for the ATAPI overlap protocol.
108 * implement the ATAPI overlap protocol, which is used for the
996 unsigned protocol :2; /* Protocol type */ member in struct:idetape_id_gcw
5244 switch (gcw.protocol) {
5333 if (gcw.protocol !=2 )
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8xx_io/
H A Dfec.c615 skb->protocol=eth_type_trans(skb,dev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dlasi_82596.c815 skb->protocol=eth_type_trans(skb,dev);
H A Dpci-skeleton.c70 the Linux protocol stack is not designed to operate in this manner.
949 serial MDIO protocol.
1583 skb->protocol = eth_type_trans (skb, dev);
H A Dpcnet32.c1292 skb->protocol=eth_type_trans(skb,dev);
H A Drrunner.c1024 skb->protocol = hippi_type_trans(skb, dev);
H A Dsb1250-mac.c1226 sb->protocol = eth_type_trans(sb,d->sbdma_eth->sbm_dev);
1353 * Decide if we should wake up the protocol or not.
H A Dsis900.c699 serial MDIO protocol. Note that the command bits and data bits are
731 * using MDIO management frame structure and protocol(defined by ISO/IEC).
774 * using MDIO management frame structure and protocol(defined by ISO/IEC)
1570 skb->protocol = eth_type_trans(skb, net_dev);
H A Dstarfire.c320 frame is larger, the skbuff is passed directly up the protocol stack.
1457 skb->protocol = eth_type_trans(skb, dev);
H A Dsundance.c221 protocol stack. Buffers consumed this way are replaced by newly allocated
747 MDIO protocol. See the MII specifications or DP83840A data sheet
1356 skb->protocol = eth_type_trans(skb, dev);
H A Dtc35815.c1165 skb->protocol = eth_type_trans(skb, dev);
H A Dvia-rhine.c271 protocol stack. Buffers consumed this way are replaced by newly allocated
1482 skb->protocol = eth_type_trans(skb, dev);
H A Dwinbond-840.c596 MDIO protocol. See the MII specifications or DP83840A data sheet
1321 skb->protocol = eth_type_trans(skb, dev);
H A Dyellowfin.c205 protocol stack and replaced by a newly allocated skbuff.
1195 skb->protocol = eth_type_trans(skb, dev);
H A D82596.c839 skb->protocol=eth_type_trans(skb,dev);
H A Dbmac.c733 skb->protocol = eth_type_trans(skb, dev);
H A Ddefxx.c2893 skb->protocol = fddi_type_trans(skb, bp->dev);
H A Ddepca.c979 ** Notify the upper protocol layers that there is another
982 skb->protocol = eth_type_trans(skb, dev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Daxnet_cs.c1650 skb->protocol=eth_type_trans(skb,dev);
H A Dxirc2ps_cs.c1393 skb->protocol = eth_type_trans(skb, dev);
H A Dxircom_tulip_cb.c162 passed directly up the protocol stack and replaced by a newly allocated
657 MDIO protocol. See the MII specifications or DP83840A data sheet
666 MDIO protocol. It is just different enough from the EEPROM protocol
1261 skb->protocol = eth_type_trans(skb, dev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A Dibmtr.c1831 skb->protocol = tr_type_trans(skb, dev);
H A Dtms380tr.c2130 skb->protocol = tr_type_trans(skb,dev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dcosa.c732 chan->rx_skb->protocol = htons(ETH_P_WAN_PPP);
H A Ddscc4.c360 skb->protocol = htons(ETH_P_IP);

Completed in 505 milliseconds

<<212223