Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Diphase.c1308 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))))
H A Diphase.h193 struct cpcs_trailer struct
202 struct cpcs_trailer *cpcs; argument