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

/linux-master/drivers/atm/
H A Diphase.c1309 struct cpcs_trailer *trailer;
1331 trailer = (struct cpcs_trailer*)((u_char *)skb->data +
1335 (skb->len - sizeof(struct cpcs_trailer))))
1772 (iadev->tx_buf_sz - sizeof(struct cpcs_trailer))){
1990 struct cpcs_trailer *cpcs;
2894 struct cpcs_trailer *trailer;
2974 total_len = skb->len + sizeof(struct cpcs_trailer);
3029 buf_desc_ptr->buf_start_lo) + total_len - sizeof(struct cpcs_trailer);
3031 wr_ptr->bytes = sizeof(struct cpcs_trailer);
3073 if ((!skb)||(skb->len>(iadev->tx_buf_sz-sizeof(struct cpcs_trailer))))
[all...]
H A Diphase.h193 struct cpcs_trailer struct
202 struct cpcs_trailer *cpcs;

Completed in 250 milliseconds