Lines Matching refs:cpcs_trailer
1308 struct cpcs_trailer *trailer;
1330 trailer = (struct cpcs_trailer*)((u_char *)skb->data +
1334 (skb->len - sizeof(struct cpcs_trailer))))
1771 (iadev->tx_buf_sz - sizeof(struct cpcs_trailer))){
1989 struct cpcs_trailer *cpcs;
2893 struct cpcs_trailer *trailer;
2973 total_len = skb->len + sizeof(struct cpcs_trailer);
3028 buf_desc_ptr->buf_start_lo) + total_len - sizeof(struct cpcs_trailer);
3030 wr_ptr->bytes = sizeof(struct cpcs_trailer);
3072 if ((!skb)||(skb->len>(iadev->tx_buf_sz-sizeof(struct cpcs_trailer))))