Searched refs:protocol (Results 26 - 50 of 561) sorted by relevance

1234567891011>>

/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c110 unsigned char protocol; member in struct:hfcPCI_hw
185 if (hc->hw.protocol == ISDN_P_NT_S0) {
1050 if (hc->hw.protocol == ISDN_P_NT_S0) {
1194 if (hc->hw.protocol == ISDN_P_NT_S0) {
1252 mode_hfcpci(struct bchannel *bch, int bc, int protocol) argument
1260 "HFCPCI bchannel protocol %x-->%x ch %x-->%x\n",
1261 bch->state, protocol, bch->nr, bc);
1273 } else if (test_bit(HFC_CFG_PCM, &hc->cfg) && (protocol > ISDN_P_NONE))
1281 if (protocol != ISDN_P_NONE) {
1294 switch (protocol) {
1444 set_hfcpci_rxtest(struct bchannel *bch, int protocol, int chan) argument
[all...]
H A Dhfcsusb.c61 static int hfcsusb_setup_bch(struct bchannel *bch, int protocol);
242 ret = hfcsusb_setup_bch(bch, ch->protocol);
274 phi->dch.ch.protocol = hw->protocol;
279 phi->bch[i].protocol = hw->bch[i].ch.protocol;
320 (hw->protocol == ISDN_P_NT_S0) ? "NT" : "TE");
322 if (hw->protocol == ISDN_P_NT_S0) {
346 if (hw->protocol == ISDN_P_NT_S0) {
440 if (rq->protocol
707 hfcsusb_setup_bch(struct bchannel *bch, int protocol) argument
[all...]
/drivers/infiniband/ulp/srpt/
H A Dib_dm_mad.h70 * protocol (RMPP) header and ib_dm_hdr. Notes:
110 __be16 protocol; member in struct:ib_dm_ioc_profile
/drivers/net/slip/
H A DKconfig12 Internet Protocol) is a protocol used to send Internet traffic over
14 nowadays, the protocol PPP is more commonly used for this same
48 This protocol is faster than SLIP because it uses compression on the
/drivers/pnp/
H A Ddriver.c178 if (pnp_dev->protocol->suspend)
179 pnp_dev->protocol->suspend(pnp_dev, state);
192 if (pnp_dev->protocol->resume) {
193 error = pnp_dev->protocol->resume(pnp_dev);
H A Dcard.c155 struct pnp_card *pnp_alloc_card(struct pnp_protocol *protocol, int id, char *pnpid) argument
164 card->protocol = protocol;
167 card->dev.parent = &card->protocol->dev;
168 dev_set_name(&card->dev, "%02x:%02x", card->protocol->number, card->number);
248 list_add_tail(&card->protocol_list, &card->protocol->cards);
298 dev->protocol->number, card->number, dev->number);
H A Dbase.h10 int pnp_register_protocol(struct pnp_protocol *protocol);
11 void pnp_unregister_protocol(struct pnp_protocol *protocol);
/drivers/isdn/hisax/
H A Disdnl3.c86 /* skip protocol discriminator, callref and message type */
222 HiSax_putstatus(st->l1.hardware, "L3", "no D protocol");
231 printk(KERN_WARNING "HiSax: no specific protocol handler for proto %lu\n", ic->arg & 0xFF);
296 if (p->st->protocol != ISDN_PTYPE_NI1)
348 if (st->protocol == ISDN_PTYPE_EURO) {
353 if (st->protocol == ISDN_PTYPE_NI1) {
358 if (st->protocol == ISDN_PTYPE_1TR6) {
362 if (st->protocol == ISDN_PTYPE_LEASED) {
371 sprintf(tmp, "protocol %s not supported",
372 (st->protocol
[all...]
H A Dconfig.c33 * { type, protocol, p0, p1, p2, NULL }
80 * protocol can be either ISDN_PTYPE_EURO or ISDN_PTYPE_1TR6 or ISDN_PTYPE_NI1
330 static int protocol[HISAX_MAX_CARDS] = { 0, }; variable
352 module_param_array(protocol, int, NULL, 0);
416 cards[i].protocol = DEFAULT_PROTO;
423 cards[i].protocol = ints[j];
1050 if (card->protocol == ISDN_PTYPE_NI1)
1055 cs->protocol = card->protocol;
1156 init_tei(cs, cs->protocol);
1597 hisax_register(struct hisax_d_if *hisax_d_if, struct hisax_b_if *b_if[], char *name, int protocol) argument
[all...]
/drivers/net/ethernet/sfc/
H A Dtx.c616 * @protocol: Network protocol (after any VLAN header)
637 __be16 protocol; member in struct:tso_state
645 * under which TSO will be attempted hold true. Return the protocol number.
649 __be16 protocol = skb->protocol; local
652 protocol);
653 if (protocol == htons(ETH_P_8021Q)) {
654 /* Find the encapsulated protocol; reset network header
657 protocol
[all...]
/drivers/net/wan/
H A Dcycx_x25.c30 * conf->protocol in new_if
119 u16 protocol; /* ethertype, 0 - multiplexed */ member in struct:cycx_x25_channel
225 * o initialize protocol-specific fields of the adapter data space.
240 /* Initialize protocol-specific fields */
330 /* Initialize protocol-specific fields of adapter data space */
392 chan->protocol = conf->protocol ? ETH_P_X25 : ETH_P_IP;
559 * The trick here is to put packet type (Ethertype) into 'protocol' field of
561 * set skb->protocol to 0 and discard packet later.
569 skb->protocol
[all...]
H A Dhdlc_cisco.c28 #define CISCO_KEEPALIVE 0x8035 /* Cisco keepalive protocol */
38 __be16 protocol; member in struct:hdlc_header
90 data->protocol = htons(type);
141 switch (data->protocol) {
146 return data->protocol;
171 switch (ntohs(data->protocol)) {
246 } /* switch (protocol) */
248 netdev_info(dev, "Unsupported protocol %x\n", ntohs(data->protocol));
407 MODULE_DESCRIPTION("Cisco HDLC protocol suppor
[all...]
H A Dhdlc_x25.c44 skb->protocol = x25_type_trans(skb, dev);
76 skb->protocol = x25_type_trans(skb, dev);
200 return 0; /* return protocol only, no settable parameters */
242 MODULE_DESCRIPTION("X.25 protocol support for generic HDLC");
H A Dlapbether.c145 skb->protocol = x25_type_trans(skb, dev);
199 skb->protocol = htons(ETH_P_X25);
229 skb->protocol = x25_type_trans(skb, dev);
246 skb->protocol = x25_type_trans(skb, dev);
/drivers/i2c/
H A DKconfig10 I2C (pronounce: I-squared-C) is a slow serial bus protocol used in
12 or System Management Bus is a subset of the I2C protocol. More
82 the SMBus alert protocol.
/drivers/media/dvb/ttpci/
H A Dav7110_ir.c51 MODULE_PARM_DESC(ir_protocol, "Infrared protocol: 0 RC5, 1 RCMM (default)");
113 switch (ir->protocol) {
136 printk("%s invalid protocol %x\n", __func__, ir->protocol);
232 if ((av7110->ir.protocol & 1) != ir_protocol[i] ||
237 /* protocol */
240 av7110->ir.protocol = IR_RCMM;
243 av7110->ir.protocol = IR_RC5_EXT;
246 av7110->ir.protocol = IR_RC5;
297 /* protocol, inversio
[all...]
/drivers/net/wimax/i2400m/
H A Dnetdev.c433 * protocol.
437 void *_eth_hdr, __be16 protocol)
445 eth_hdr->h_proto = protocol;
482 * we got was an IPv4 or IPv6 header, to setup the protocol field
515 skb->protocol = htons(ETH_P_IP);
555 int protocol; local
562 protocol = ETH_P_IP;
568 skb->protocol = htons(ETH_P_IP);
436 i2400m_rx_fake_eth_header(struct net_device *net_dev, void *_eth_hdr, __be16 protocol) argument
/drivers/block/xen-blkback/
H A Dxenbus.c724 char protocol[64] = ""; local
739 err = xenbus_gather(XBT_NIL, dev->otherend, "protocol",
740 "%63s", protocol, NULL);
742 strcpy(protocol, "unspecified, assuming native");
743 else if (0 == strcmp(protocol, XEN_IO_PROTO_ABI_NATIVE))
745 else if (0 == strcmp(protocol, XEN_IO_PROTO_ABI_X86_32))
747 else if (0 == strcmp(protocol, XEN_IO_PROTO_ABI_X86_64))
750 xenbus_dev_fatal(dev, err, "unknown fe protocol %s", protocol);
753 pr_info(DRV_PFX "ring-ref %ld, event-channel %d, protocol
[all...]
/drivers/isdn/mISDN/
H A DKconfig40 NOTE: This protocol is called 'Layer 1 over IP' and is not
/drivers/mmc/card/
H A DKconfig40 SD/MMC is a high latency protocol where it is crucial to
/drivers/staging/octeon/
H A Dethernet-tx.c387 if (USE_HW_TCPUDP_CHECKSUM && (skb->protocol == htons(ETH_P_IP)) &&
390 && ((ip_hdr(skb)->protocol == IPPROTO_TCP)
391 || (ip_hdr(skb)->protocol == IPPROTO_UDP))) {
587 if (skb->protocol == htons(ETH_P_IP)) {
596 (ip_hdr(skb)->protocol == IPPROTO_TCP)
597 || (ip_hdr(skb)->protocol == IPPROTO_UDP);
640 work->word2.snoip.is_rarp = skb->protocol == htons(ETH_P_RARP);
641 work->word2.snoip.is_arp = skb->protocol == htons(ETH_P_ARP);
/drivers/staging/rtl8712/
H A Dip.h2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * Definitions for the IP protocol.
129 __u8 protocol; member in struct:iphdr
/drivers/isdn/i4l/
H A Disdn_x25iface.c15 * Only protocol specific stuff goes here. Device specific stuff
73 /* check protocol data field for consistency */
82 /* create a new x25 interface protocol instance
104 /* close the x25iface encapsulation protocol
131 /* Delete the x25iface encapsulation protocol instance
149 /* close if the protocol is still open */
198 skb->protocol = x25_type_trans(skb, cprot->net_dev);
228 skb->protocol = x25_type_trans(skb, cprot->net_dev);
257 skb->protocol = x25_type_trans(skb, cprot->net_dev);
/drivers/net/arcnet/
H A Dcapmode.c4 * application and the driver. After a transmit it sends a packet with protocol
89 skb->protocol = cpu_to_be16(ETH_P_ARCNET);
96 * There aren't any soft headers in cap mode - not even the protocol id.
171 /* Copy the arcnet-header + the protocol byte down: */
193 BUGMSG(D_DURING, "capmode: ack_tx: protocol: %x: result: %d\n",
194 lp->outgoing.skb->protocol, acked);
214 ackpkt->soft.cap.proto = 0; /* using protocol 0 for acknowledge */
220 ackskb->protocol = cpu_to_be16(ETH_P_ARCNET);
227 lp->outgoing.proto = NULL; /* We are always finished when in this protocol */
/drivers/s390/net/
H A Dctcm_main.h145 __u16 protocol; /* protocol of this channel (4 = MPC) */ member in struct:channel
214 /* The protocol of this device */
215 __u16 protocol; member in struct:ctcm_priv
300 /* test if protocol attribute (of struct ctcm_priv or struct channel)
301 * has MPC protocol setting. Type is not checked
303 #define IS_MPC(p) ((p)->protocol == CTCM_PROTO_MPC)
305 /* test if struct ctcm_priv of struct net_device has MPC protocol setting */

Completed in 741 milliseconds

1234567891011>>