Searched refs:txlen (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/usb/
H A Dusbeth.c534 int txlen = len; local
540 txbuf[0] = txlen & 0xff;
541 txbuf[1] = (txlen >> 8) & 0xff; //1st two bytes...little endian
542 memcpy( &txbuf[2], buf, txlen );
543 txlen += 2;
550 if( txlen < 60 ) //some strange limitation
551 txlen = 60;
552 else if( !(txlen % 64) ) //to handle module 64 packets
553 ++txlen;
555 txbuf = KMALLOC(txlen,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/avmb1/
H A Db1dma.c358 __u32 txlen; local
398 txlen = (__u8 *)p - (__u8 *)dma->sendbuf;
401 inint, txlen);
404 txlen = skb->len-2;
411 inint, skb->data[2], txlen);
415 txlen = (txlen + 3) & ~3;
418 b1dmaoutmeml(card->mbase+AMCC_TXLEN, txlen);
854 u_long txaddr, txlen, rxaddr, rxlen, csr; local
912 txlen
[all...]
H A Dc4.c416 __u32 txlen; local
453 txlen = (__u8 *)p - (__u8 *)dma->sendbuf;
455 printk(KERN_DEBUG "%s: tx put msg len=%d\n", card->name, txlen);
458 txlen = skb->len-2;
465 card->name, skb->data[2], txlen);
469 txlen = (txlen + 3) & ~3;
472 c4outmeml(card->mbase+MBOX_DOWN_LEN, txlen);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsdla.h310 short txlen __attribute__((packed)); member in struct:intr_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsdla.h310 short txlen __attribute__((packed)); member in struct:intr_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/net/
H A Dnetiucv.c98 unsigned long txlen;
680 conn->prof.txlen += conn->tx_buff->len;
1145 conn->prof.txlen += skb->len;
1565 privptr->conn->prof.txlen = 0;
1602 privptr->conn->prof.txlen);
96 unsigned long txlen; member in struct:connection_profile_t
H A Dctcmain.c205 unsigned long txlen;
2498 ch->prof.txlen += skb->len;
2889 privptr->channel[WRITE]->prof.txlen = 0;
2928 privptr->channel[WRITE]->prof.txlen);
202 unsigned long txlen; member in struct:__anon2119

Completed in 125 milliseconds