Searched refs:ccci_header (Results 1 – 5 of 5) sorted by relevance
110 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()
42 struct ccci_header { struct
79 chunk_len = min(len - offset, txq_mtu - sizeof(struct ccci_header)); in t7xx_port_ctrl_tx()
137 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()
60 #define CLDMA_JUMBO_BUFF_SZ (63 * 1024 + sizeof(struct ccci_header))
Completed in 14 milliseconds