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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dlcs.c1826 struct lcs_header *lcs_hdr; local
1830 lcs_hdr = (struct lcs_header *) buffer->data;
1831 if (lcs_hdr->offset == LCS_ILLEGAL_OFFSET) {
1837 while (lcs_hdr->offset != 0) {
1838 if (lcs_hdr->offset <= 0 ||
1839 lcs_hdr->offset > LCS_IOBUFFERSIZE ||
1840 lcs_hdr->offset < offset) {
1847 if (lcs_hdr->type == LCS_FRAME_TYPE_CONTROL)
1849 lcs_get_control(card, (struct lcs_cmd *) lcs_hdr);
1850 else if (lcs_hdr
[all...]

Completed in 68 milliseconds