Lines Matching refs:cpcs_trailer
1307 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;
2892 struct cpcs_trailer *trailer;
2972 total_len = skb->len + sizeof(struct cpcs_trailer);
3027 buf_desc_ptr->buf_start_lo) + total_len - sizeof(struct cpcs_trailer);
3029 wr_ptr->bytes = sizeof(struct cpcs_trailer);
3071 if ((!skb)||(skb->len>(iadev->tx_buf_sz-sizeof(struct cpcs_trailer))))