Home
last modified time | relevance | path

Searched refs:cpcs_trailer (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/atm/
Diphase.c1308 struct cpcs_trailer *trailer;
1330 trailer = (struct cpcs_trailer*)((u_char *)skb->data +
1334 (skb->len - sizeof(struct cpcs_trailer))))
1771 (iadev->tx_buf_sz - sizeof(struct cpcs_trailer))){
1989 struct cpcs_trailer *cpcs;
2891 struct cpcs_trailer *trailer;
2971 total_len = skb->len + sizeof(struct cpcs_trailer);
3026 buf_desc_ptr->buf_start_lo) + total_len - sizeof(struct cpcs_trailer);
3028 wr_ptr->bytes = sizeof(struct cpcs_trailer);
3070 if ((!skb)||(skb->len>(iadev->tx_buf_sz-sizeof(struct cpcs_trailer))))
Diphase.h193 struct cpcs_trailer struct
202 struct cpcs_trailer *cpcs; argument