Home
last modified time | relevance | path

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

/linux-3.4.99/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;
2898 struct cpcs_trailer *trailer;
2978 total_len = skb->len + sizeof(struct cpcs_trailer);
3033 buf_desc_ptr->buf_start_lo) + total_len - sizeof(struct cpcs_trailer);
3035 wr_ptr->bytes = sizeof(struct cpcs_trailer);
3077 if ((!skb)||(skb->len>(iadev->tx_buf_sz-sizeof(struct cpcs_trailer))))
Diphase.h194 struct cpcs_trailer struct
203 struct cpcs_trailer *cpcs; argument