Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/net/
H A Dlcs.c1776 struct lcs_header *lcs_hdr; in lcs_get_frames_cb() local
1781 if (lcs_hdr->offset == LCS_ILLEGAL_OFFSET) { in lcs_get_frames_cb()
1787 while (lcs_hdr->offset != 0) { in lcs_get_frames_cb()
1788 if (lcs_hdr->offset <= 0 || in lcs_get_frames_cb()
1789 lcs_hdr->offset > LCS_IOBUFFERSIZE || in lcs_get_frames_cb()
1790 lcs_hdr->offset < offset) { in lcs_get_frames_cb()
1799 lcs_get_skb(card, (char *)(lcs_hdr + 1), in lcs_get_frames_cb()
1800 lcs_hdr->offset - offset - in lcs_get_frames_cb()
1805 lcs_hdr->type); in lcs_get_frames_cb()
1806 offset = lcs_hdr->offset; in lcs_get_frames_cb()
[all …]