Home
last modified time | relevance | path

Searched refs:ccci_header (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_port_proxy.c110 static u16 t7xx_port_next_rx_seq_num(struct t7xx_port *port, struct ccci_header *ccci_h) in t7xx_port_next_rx_seq_num()
165 struct sk_buff *skb = __dev_alloc_skb(payload + sizeof(struct ccci_header), GFP_KERNEL); in t7xx_port_alloc_skb()
168 skb_reserve(skb, sizeof(struct ccci_header)); in t7xx_port_alloc_skb()
228 struct ccci_header *ccci_h; in t7xx_port_send_ccci_skb()
356 struct ccci_header *ccci_h = (struct ccci_header *)skb->data; in t7xx_port_proxy_recv_skb()
A Dt7xx_port_proxy.h42 struct ccci_header { struct
A Dt7xx_port_wwan.c79 chunk_len = min(len - offset, txq_mtu - sizeof(struct ccci_header)); in t7xx_port_ctrl_tx()
A Dt7xx_netdev.c137 if (skb->len > dev->mtu || skb_headroom(skb) < sizeof(struct ccci_header)) { in t7xx_ccmni_start_xmit()
224 dev->needed_headroom += sizeof(struct ccci_header); in t7xx_ccmni_wwan_setup()
A Dt7xx_hif_cldma.c60 #define CLDMA_JUMBO_BUFF_SZ (63 * 1024 + sizeof(struct ccci_header))

Completed in 14 milliseconds