Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/atm/
Diphase.c1310 struct cpcs_trailer *trailer;
1332 trailer = (struct cpcs_trailer*)((u_char *)skb->data +
1336 (skb->len - sizeof(struct cpcs_trailer))))
1773 (iadev->tx_buf_sz - sizeof(struct cpcs_trailer))){
1991 struct cpcs_trailer *cpcs;
2893 struct cpcs_trailer *trailer;
2973 total_len = skb->len + sizeof(struct cpcs_trailer);
3028 buf_desc_ptr->buf_start_lo) + total_len - sizeof(struct cpcs_trailer);
3030 wr_ptr->bytes = sizeof(struct cpcs_trailer);
3072 if ((!skb)||(skb->len>(iadev->tx_buf_sz-sizeof(struct cpcs_trailer))))
Diphase.h193 struct cpcs_trailer struct
202 struct cpcs_trailer *cpcs; argument