Lines Matching defs:hfc_chan
40 struct hfc_chan { struct
41 struct dchannel *dch; /* link if channel is a D-channel */
42 struct bchannel *bch; /* link if channel is a B-channel */
43 int port; /* the interface port this */
45 int nt_timer; /* -1 if off, 0 if elapsed, >0 if running */
46 int los, ais, slip_tx, slip_rx, rdi; /* current alarms */
47 int jitter;
48 u_long cfg; /* port configuration */
49 int sync; /* sync state (used by E1) */
50 u_int protocol; /* current protocol */
51 int slot_tx; /* current pcm slot */
52 int bank_tx; /* current pcm bank */
53 int slot_rx;
54 int bank_rx;
55 int conf; /* conference setting of TX slot */
56 int txpending; /* if there is currently data in */
58 int Zfill; /* rx-fifo level on last hfcmulti_tx */
59 int rx_off; /* set to turn fifo receive off */
60 int coeff_count; /* curren coeff block */
61 s32 *coeff; /* memory pointer to 8 coeff blocks */