Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/eicon/
Deicon_dsp.h186 typedef struct eicon_t30_s { struct
205 } eicon_t30_s; argument
Deicon_idi.c1031 eicon_t30_s *t30 = (eicon_t30_s *) buffer; in idi_fill_in_T30()
1037 memset(t30, 0, sizeof(eicon_t30_s)); in idi_fill_in_T30()
1126 return(sizeof(eicon_t30_s)); in idi_fill_in_T30()
1144 skb = alloc_skb(sizeof(eicon_REQ) + sizeof(eicon_t30_s), GFP_ATOMIC); in idi_send_edata()
1159 reqbuf = (eicon_REQ *)skb_put(skb, sizeof(eicon_t30_s) + sizeof(eicon_REQ)); in idi_send_edata()
1177 eicon_t30_s *p = (eicon_t30_s *)buffer; in idi_parse_edata()
1182 eicon_log(ccard, 128, "rT30:len %d , size %d\n", len, sizeof(eicon_t30_s)); in idi_parse_edata()