Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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;
2890 struct cpcs_trailer *trailer;
2970 total_len = skb->len + sizeof(struct cpcs_trailer);
3025 buf_desc_ptr->buf_start_lo) + total_len - sizeof(struct cpcs_trailer);
3027 wr_ptr->bytes = sizeof(struct cpcs_trailer);
3069 if ((!skb)||(skb->len>(iadev->tx_buf_sz-sizeof(struct cpcs_trailer))))
Diphase.h194 struct cpcs_trailer struct
203 struct cpcs_trailer *cpcs; argument