Searched refs:thl (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_eddp.h76 u8 thl; member in struct:qeth_eddp_data
H A Dqeth_eddp.c213 pkt_len = eddp->nhl + eddp->thl + data_len;
252 memcpy(page + page_offset, (u8 *)&eddp->th, eddp->thl);
253 element->length += eddp->thl;
255 ctx->offset += eddp->thl;
361 eddp->thl + data_len, IPPROTO_TCP, 0);
363 return csum_partial((u8 *)&eddp->th, eddp->thl, phcsum);
385 qeth_eddp_create_eddp_data(struct qeth_hdr *qh, u8 *nh, u8 nhl, u8 *th, u8 thl) argument
393 eddp->thl = thl;
396 memcpy(&eddp->th, th, thl);
[all...]

Completed in 98 milliseconds