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