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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 124 milliseconds