Searched refs:pdu_len (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dblktrace.c49 t->pdu_len = len;
120 int rw, u32 what, int error, int pdu_len, void *pdu_data)
155 t = relay_reserve(bt->rchan, sizeof(*t) + pdu_len);
170 t->pdu_len = pdu_len;
172 if (pdu_len)
173 memcpy((void *) t + sizeof(*t), pdu_data, pdu_len);
119 __blk_add_trace(struct blk_trace *bt, sector_t sector, int bytes, int rw, u32 what, int error, int pdu_len, void *pdu_data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dblktrace_api.h100 u16 pdu_len; /* length of data after this trace */ member in struct:blk_io_trace
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dfore200e.c1079 int i, pdu_len = 0; local
1097 pdu_len = 4;
1103 pdu_len += rpd->rsd[ i ].length;
1105 skb = alloc_skb(pdu_len, GFP_ATOMIC);
1107 DPRINTK(2, "unable to alloc new skb, rx PDU length = %d\n", pdu_len);
1138 if (pdu_len < fore200e_vcc->rx_min_pdu)
1139 fore200e_vcc->rx_min_pdu = pdu_len;
1140 if (pdu_len > fore200e_vcc->rx_max_pdu)
1141 fore200e_vcc->rx_max_pdu = pdu_len;
H A Dhe.h370 int pdu_len; member in struct:he_vcc
H A Dhe.c1845 he_vcc->pdu_len += buf_len;
1876 skb = atm_alloc_charge(vcc, he_vcc->pdu_len + rx_skb_reserve,
1909 skb->len = AAL5_LEN(skb->data, he_vcc->pdu_len);
1915 he_vcc->pdu_len);
1923 hprintk("pdu_len (%d) > vcc->qos.rxtp.max_sdu (%d)! cid 0x%x\n", skb->len, vcc->qos.rxtp.max_sdu, cid);
1951 he_vcc->pdu_len = 0;
2355 he_vcc->pdu_len = 0;

Completed in 61 milliseconds