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

/drivers/atm/
H A Dfore200e.c1057 int i, pdu_len = 0; local
1075 pdu_len = 4;
1081 pdu_len += rpd->rsd[ i ].length;
1083 skb = alloc_skb(pdu_len, GFP_ATOMIC);
1085 DPRINTK(2, "unable to alloc new skb, rx PDU length = %d\n", pdu_len);
1116 if (pdu_len < fore200e_vcc->rx_min_pdu)
1117 fore200e_vcc->rx_min_pdu = pdu_len;
1118 if (pdu_len > fore200e_vcc->rx_max_pdu)
1119 fore200e_vcc->rx_max_pdu = pdu_len;
H A Dhe.h322 int pdu_len; member in struct:he_vcc
H A Dhe.c1719 he_vcc->pdu_len += heb->len;
1743 skb = atm_alloc_charge(vcc, he_vcc->pdu_len + rx_skb_reserve,
1767 skb->len = AAL5_LEN(skb->data, he_vcc->pdu_len);
1773 he_vcc->pdu_len);
1781 hprintk("pdu_len (%d) > vcc->qos.rxtp.max_sdu (%d)! cid 0x%x\n", skb->len, vcc->qos.rxtp.max_sdu, cid);
1799 he_vcc->pdu_len = 0;
2163 he_vcc->pdu_len = 0;
/drivers/scsi/be2iscsi/
H A Dbe_main.c906 unsigned long pdu_len,
902 beiscsi_process_async_pdu(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, unsigned short cid, struct pdu_base *ppdu, unsigned long pdu_len, void *pbuffer, unsigned long buf_len) argument

Completed in 101 milliseconds