Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/hisax/
Dst5481_d.c299 unsigned int num_packets, packet_offset; in usb_d_out() local
341 packet_offset = 0; in usb_d_out()
342 while (packet_offset < len) { in usb_d_out()
344 desc->offset = packet_offset; in usb_d_out()
346 if (len - packet_offset < desc->length) in usb_d_out()
347 desc->length = len - packet_offset; in usb_d_out()
349 packet_offset += desc->length; in usb_d_out()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmvpp2.c737 u8 packet_offset; /* the offset from the buffer beginning */ member
5141 tx_desc->packet_offset = buf_phys_addr & MVPP2_TX_DESC_ALIGN; in mvpp2_tx_frag_process()
5208 tx_desc->packet_offset = buf_phys_addr & MVPP2_TX_DESC_ALIGN; in mvpp2_tx()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c2943 u32 packet_offset) in brcmf_config_wowl_pattern() argument
2963 filter->offset = cpu_to_le32(packet_offset); in brcmf_config_wowl_pattern()