Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wwan/iosm/
Diosm_ipc_mux_codec.h182 struct mux_adgh { struct
259 struct mux_adgh *adgh;
Diosm_ipc_mux_codec.c435 struct mux_adgh *adgh; in ipc_mux_dl_adgh_decode()
440 adgh = (struct mux_adgh *)block; in ipc_mux_dl_adgh_decode()
763 ul_adb->adgh = (struct mux_adgh *)skb->data; in ipc_mux_ul_skb_alloc()
764 memset(ul_adb->adgh, 0, sizeof(struct mux_adgh)); in ipc_mux_ul_skb_alloc()
1064 int offset = sizeof(struct mux_adgh); in ipc_mux_ul_adgh_encode()
1110 ipc_mux->size_needed = sizeof(struct mux_adgh) + aligned_size; in ipc_mux_ul_adgh_encode()
1128 cpu_to_le16(sizeof(struct mux_adgh) + pad_len + in ipc_mux_ul_adgh_encode()
1457 hr.adgh = (struct mux_adgh *)skb->data; in ipc_mux_ul_encoded_process()
Diosm_ipc_mux.h275 struct mux_adgh *adgh;