Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/usb/
H A Dnet1080.c35 * - nc_header
44 struct nc_header { // packed: struct
45 __le16 hdr_len; // sizeof nc_header (LE, all)
62 #define FRAMED_SIZE(mtu) (sizeof (struct nc_header) \
341 struct nc_header *header; in net1080_rx_fixup()
358 header = (struct nc_header *) skb->data; in net1080_rx_fixup()
417 struct nc_header *header = NULL; in net1080_tx_fixup()
422 if (!((len + padlen + sizeof (struct nc_header)) & 0x01)) in net1080_tx_fixup()
429 sizeof(struct nc_header) <= headroom) in net1080_tx_fixup()
433 if ((sizeof (struct nc_header) in net1080_tx_fixup()
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dnet1080.c35 * - nc_header
44 struct nc_header { // packed: struct
45 __le16 hdr_len; // sizeof nc_header (LE, all)
62 #define FRAMED_SIZE(mtu) (sizeof (struct nc_header) \
341 struct nc_header *header; in net1080_rx_fixup()
358 header = (struct nc_header *) skb->data; in net1080_rx_fixup()
417 struct nc_header *header = NULL; in net1080_tx_fixup()
422 if (!((len + padlen + sizeof (struct nc_header)) & 0x01)) in net1080_tx_fixup()
429 sizeof(struct nc_header) <= headroom) in net1080_tx_fixup()
433 if ((sizeof (struct nc_header) in net1080_tx_fixup()
[all...]

Completed in 2 milliseconds