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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dlcs.c1799 struct lcs_header *lcs_hdr; local
1803 lcs_hdr = (struct lcs_header *) buffer->data;
1804 if (lcs_hdr->offset == LCS_ILLEGAL_OFFSET) {
1810 while (lcs_hdr->offset != 0) {
1811 if (lcs_hdr->offset <= 0 ||
1812 lcs_hdr->offset > LCS_IOBUFFERSIZE ||
1813 lcs_hdr->offset < offset) {
1820 if (lcs_hdr->type == LCS_FRAME_TYPE_CONTROL)
1822 lcs_get_control(card, (struct lcs_cmd *) lcs_hdr);
1823 else if (lcs_hdr
[all...]

Completed in 51 milliseconds