Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/atm/
Diphase.c1305 struct cpcs_trailer *trailer;
1327 trailer = (struct cpcs_trailer*)((u_char *)skb->data +
1331 (skb->len - sizeof(struct cpcs_trailer))))
1768 (iadev->tx_buf_sz - sizeof(struct cpcs_trailer))){
1984 struct cpcs_trailer *cpcs;
2900 struct cpcs_trailer *trailer;
2980 total_len = skb->len + sizeof(struct cpcs_trailer);
3035 buf_desc_ptr->buf_start_lo) + total_len - sizeof(struct cpcs_trailer);
3037 wr_ptr->bytes = sizeof(struct cpcs_trailer);
3079 if ((!skb)||(skb->len>(iadev->tx_buf_sz-sizeof(struct cpcs_trailer))))
Diphase.h194 struct cpcs_trailer struct
203 struct cpcs_trailer *cpcs; argument