Searched refs:packet_offset (Results 1 – 3 of 3) sorted by relevance
299 unsigned int num_packets, packet_offset; in usb_d_out() local341 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()
751 u8 packet_offset; /* the offset from the buffer beginning */ member5223 tx_desc->packet_offset = buf_phys_addr & MVPP2_TX_DESC_ALIGN; in mvpp2_tx_frag_process()5290 tx_desc->packet_offset = buf_phys_addr & MVPP2_TX_DESC_ALIGN; in mvpp2_tx()
3028 u32 packet_offset) in brcmf_config_wowl_pattern() argument3048 filter->offset = cpu_to_le32(packet_offset); in brcmf_config_wowl_pattern()