Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_proxy.c136 static u16 t7xx_port_next_rx_seq_num(struct t7xx_port *port, struct ccci_header *ccci_h) in t7xx_port_next_rx_seq_num()
191 struct sk_buff *skb = __dev_alloc_skb(payload + sizeof(struct ccci_header), GFP_KERNEL); in t7xx_port_alloc_skb()
194 skb_reserve(skb, sizeof(struct ccci_header)); in t7xx_port_alloc_skb()
264 struct ccci_header *ccci_h; in t7xx_port_send_ccci_skb()
425 struct ccci_header *ccci_h = (struct ccci_header *)skb->data; in t7xx_port_proxy_recv_skb()
H A Dt7xx_port_proxy.h49 struct ccci_header { struct
H A Dt7xx_hif_cldma.h34 #define CLDMA_JUMBO_BUFF_SZ (63 * 1024 + sizeof(struct ccci_header))
H 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()
H A Dt7xx_port_wwan.c154 unsigned int header_len = sizeof(struct ccci_header), mtu; in t7xx_port_wwan_create()