Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/atm/
Diphase.c1307 struct cpcs_trailer *trailer;
1329 trailer = (struct cpcs_trailer*)((u_char *)skb->data +
1333 (skb->len - sizeof(struct cpcs_trailer))))
1770 (iadev->tx_buf_sz - sizeof(struct cpcs_trailer))){
1988 struct cpcs_trailer *cpcs;
2904 struct cpcs_trailer *trailer;
2984 total_len = skb->len + sizeof(struct cpcs_trailer);
3039 buf_desc_ptr->buf_start_lo) + total_len - sizeof(struct cpcs_trailer);
3041 wr_ptr->bytes = sizeof(struct cpcs_trailer);
3083 if ((!skb)||(skb->len>(iadev->tx_buf_sz-sizeof(struct cpcs_trailer))))
Diphase.h194 struct cpcs_trailer struct
203 struct cpcs_trailer *cpcs; argument