Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/atm/
Diphase.c1306 struct cpcs_trailer *trailer;
1328 trailer = (struct cpcs_trailer*)((u_char *)skb->data +
1332 (skb->len - sizeof(struct cpcs_trailer))))
1769 (iadev->tx_buf_sz - sizeof(struct cpcs_trailer))){
1985 struct cpcs_trailer *cpcs;
2901 struct cpcs_trailer *trailer;
2981 total_len = skb->len + sizeof(struct cpcs_trailer);
3036 buf_desc_ptr->buf_start_lo) + total_len - sizeof(struct cpcs_trailer);
3038 wr_ptr->bytes = sizeof(struct cpcs_trailer);
3080 if ((!skb)||(skb->len>(iadev->tx_buf_sz-sizeof(struct cpcs_trailer))))
Diphase.h194 struct cpcs_trailer struct
203 struct cpcs_trailer *cpcs; argument