Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wwan/iosm/
Diosm_ipc_mux_codec.h182 struct mux_adgh { struct
259 struct mux_adgh *adgh;
Diosm_ipc_mux_codec.c434 struct mux_adgh *adgh; in ipc_mux_dl_adgh_decode()
439 adgh = (struct mux_adgh *)block; in ipc_mux_dl_adgh_decode()
761 ul_adb->adgh = (struct mux_adgh *)skb->data; in ipc_mux_ul_skb_alloc()
762 memset(ul_adb->adgh, 0, sizeof(struct mux_adgh)); in ipc_mux_ul_skb_alloc()
1062 int offset = sizeof(struct mux_adgh); in ipc_mux_ul_adgh_encode()
1108 ipc_mux->size_needed = sizeof(struct mux_adgh) + aligned_size; in ipc_mux_ul_adgh_encode()
1126 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.h274 struct mux_adgh *adgh;