Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_net.c110 unsigned short ule_sndu_type; /* ULE SNDU type field, complete. */ member
228 unsigned char hlen = (p->ule_sndu_type & 0x0700) >> 8; in handle_one_ule_extension()
229 unsigned char htype = p->ule_sndu_type & 0x00FF; in handle_one_ule_extension()
239 p->ule_sndu_type = ntohs(*(__be16 *)p->ule_next_hdr); in handle_one_ule_extension()
242 p->ule_sndu_type = ntohs(*(__be16 *)(p->ule_next_hdr + ((p->ule_dbit ? 2 : 3) * ETH_ALEN))); in handle_one_ule_extension()
256 p->ule_sndu_type = ntohs( *(__be16 *)(p->ule_next_hdr-2) ); in handle_one_ule_extension()
276 pr_debug("ule_next_hdr=%p, ule_sndu_type=%i, l=%i, total_ext_len=%i\n", in handle_ule_extensions()
277 p->ule_next_hdr, (int)p->ule_sndu_type, in handle_ule_extensions()
280 } while (p->ule_sndu_type < ETH_P_802_3_MIN); in handle_ule_extensions()
292 p->ule_sndu_type in reset_ule()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvb_net.c110 unsigned short ule_sndu_type; /* ULE SNDU type field, complete. */ member
228 unsigned char hlen = (p->ule_sndu_type & 0x0700) >> 8; in handle_one_ule_extension()
229 unsigned char htype = p->ule_sndu_type & 0x00FF; in handle_one_ule_extension()
239 p->ule_sndu_type = ntohs(*(__be16 *)p->ule_next_hdr); in handle_one_ule_extension()
242 p->ule_sndu_type = ntohs(*(__be16 *)(p->ule_next_hdr + ((p->ule_dbit ? 2 : 3) * ETH_ALEN))); in handle_one_ule_extension()
256 p->ule_sndu_type = ntohs( *(__be16 *)(p->ule_next_hdr-2) ); in handle_one_ule_extension()
276 pr_debug("ule_next_hdr=%p, ule_sndu_type=%i, l=%i, total_ext_len=%i\n", in handle_ule_extensions()
277 p->ule_next_hdr, (int)p->ule_sndu_type, in handle_ule_extensions()
280 } while (p->ule_sndu_type < ETH_P_802_3_MIN); in handle_ule_extensions()
292 p->ule_sndu_type in reset_ule()
[all...]

Completed in 3 milliseconds