Home
last modified time | relevance | path

Searched refs:packet_offset (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.c433 u32 pad_len, packet_offset, adgh_len; in ipc_mux_dl_adgh_decode() local
471 packet_offset = sizeof(*adgh) + pad_len; in ipc_mux_dl_adgh_decode()
477 rc = ipc_mux_net_receive(ipc_mux, if_id, wwan, packet_offset, in ipc_mux_dl_adgh_decode()
479 adgh_len - packet_offset); in ipc_mux_dl_adgh_decode()
553 u32 packet_offset, i, rc, dg_len; in mux_dl_process_dg() local
565 packet_offset = in mux_dl_process_dg()
571 packet_offset, in mux_dl_process_dg()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1215 u8 packet_offset; /* the offset from the buffer beginning */ member
1243 u8 packet_offset; member
H A Dmvpp2_main.c193 tx_desc->pp21.packet_offset = offset; in mvpp2_txdesc_dma_addr_set()
199 tx_desc->pp22.packet_offset = offset; in mvpp2_txdesc_dma_addr_set()
246 return tx_desc->pp21.packet_offset; in mvpp2_txdesc_offset_get()
248 return tx_desc->pp22.packet_offset; in mvpp2_txdesc_offset_get()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1311 u8 packet_offset; /* the offset from the buffer beginning */ member
1339 u8 packet_offset; member
H A Dmvpp2_main.c203 tx_desc->pp21.packet_offset = offset; in mvpp2_txdesc_dma_addr_set()
209 tx_desc->pp22.packet_offset = offset; in mvpp2_txdesc_dma_addr_set()
256 return tx_desc->pp21.packet_offset; in mvpp2_txdesc_offset_get()
258 return tx_desc->pp22.packet_offset; in mvpp2_txdesc_offset_get()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c3647 u32 packet_offset) in brcmf_config_wowl_pattern()
3667 filter->offset = cpu_to_le32(packet_offset); in brcmf_config_wowl_pattern()
3645 brcmf_config_wowl_pattern(struct brcmf_if *ifp, u8 cmd[4], u8 *pattern, u32 patternsize, u8 *mask, u32 packet_offset) brcmf_config_wowl_pattern() argument
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c3992 u32 packet_offset) in brcmf_config_wowl_pattern()
4012 filter->offset = cpu_to_le32(packet_offset); in brcmf_config_wowl_pattern()
3990 brcmf_config_wowl_pattern(struct brcmf_if *ifp, u8 cmd[4], u8 *pattern, u32 patternsize, u8 *mask, u32 packet_offset) brcmf_config_wowl_pattern() argument

Completed in 46 milliseconds