Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/atm/
Diphase.c1284 struct cpcs_trailer *trailer;
1306 trailer = (struct cpcs_trailer*)((u_char *)skb->data +
1310 (skb->len - sizeof(struct cpcs_trailer))))
1747 (iadev->tx_buf_sz - sizeof(struct cpcs_trailer))){
1963 struct cpcs_trailer *cpcs;
2879 struct cpcs_trailer *trailer;
2959 total_len = skb->len + sizeof(struct cpcs_trailer);
3014 buf_desc_ptr->buf_start_lo) + total_len - sizeof(struct cpcs_trailer);
3016 wr_ptr->bytes = sizeof(struct cpcs_trailer);
3060 if ((!skb)||(skb->len>(iadev->tx_buf_sz-sizeof(struct cpcs_trailer))))
Diphase.h194 struct cpcs_trailer struct
203 struct cpcs_trailer *cpcs; argument