Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wwan/iosm/
Diosm_ipc_mux_codec.c345 struct mux_adgh *adgh; in ipc_mux_dl_adgh_decode()
350 adgh = (struct mux_adgh *)block; in ipc_mux_dl_adgh_decode()
449 ul_adb->adgh = (struct mux_adgh *)skb->data; in ipc_mux_ul_skb_alloc()
450 memset(ul_adb->adgh, 0, sizeof(struct mux_adgh)); in ipc_mux_ul_skb_alloc()
662 int offset = sizeof(struct mux_adgh); in ipc_mux_ul_adgh_encode()
708 ipc_mux->size_needed = sizeof(struct mux_adgh) + aligned_size; in ipc_mux_ul_adgh_encode()
726 cpu_to_le16(sizeof(struct mux_adgh) + pad_len + in ipc_mux_ul_adgh_encode()
817 struct mux_adgh *adgh; in ipc_mux_ul_encoded_process()
820 adgh = (struct mux_adgh *)skb->data; in ipc_mux_ul_encoded_process()
Diosm_ipc_mux_codec.h70 struct mux_adgh { struct
Diosm_ipc_mux.h199 struct mux_adgh *adgh; /* ADGH pointer */