Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_proxy.c118 static u16 t7xx_port_next_rx_seq_num(struct t7xx_port *port, struct ccci_header *ccci_h) in t7xx_port_next_rx_seq_num()
173 struct sk_buff *skb = __dev_alloc_skb(payload + sizeof(struct ccci_header), GFP_KERNEL); in t7xx_port_alloc_skb()
176 skb_reserve(skb, sizeof(struct ccci_header)); in t7xx_port_alloc_skb()
236 struct ccci_header *ccci_h; in t7xx_port_send_ccci_skb()
364 struct ccci_header *ccci_h = (struct ccci_header *)skb->data; in t7xx_port_proxy_recv_skb()
H A Dt7xx_port_proxy.h42 struct ccci_header { struct
H A Dt7xx_port_wwan.c155 unsigned int header_len = sizeof(struct ccci_header); in t7xx_port_wwan_md_state_notify()
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_hif_cldma.c60 #define CLDMA_JUMBO_BUFF_SZ (63 * 1024 + sizeof(struct ccci_header))