Home
last modified time | relevance | path

Searched defs:dlci (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/net/bluetooth/rfcomm/
Dcore.c91 #define __addr(cr, dlci) (((dlci & 0x3f) << 2) | (cr << 1) | 0x01) argument
94 #define __srv_channel(dlci) (dlci >> 1) argument
95 #define __dir(dlci) (dlci & 0x01) argument
262 static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci) in rfcomm_dlc_get()
279 u8 dlci; in __rfcomm_dlc_open() local
622 static int rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci) in rfcomm_send_sabm()
636 static int rfcomm_send_ua(struct rfcomm_session *s, u8 dlci) in rfcomm_send_ua()
650 static int rfcomm_send_disc(struct rfcomm_session *s, u8 dlci) in rfcomm_send_disc()
686 static int rfcomm_send_dm(struct rfcomm_session *s, u8 dlci) in rfcomm_send_dm()
764 static int rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci, in rfcomm_send_rpn()
[all …]
/linux-2.4.37.9/drivers/net/wan/
Dhdlc_fr.c114 static inline void dlci_to_q922(u8 *hdr, u16 dlci) in dlci_to_q922()
122 static inline pvc_device* find_pvc(hdlc_device *hdlc, u16 dlci) in find_pvc()
138 static inline pvc_device* add_pvc(hdlc_device *hdlc, u16 dlci) in add_pvc()
203 static inline void dlci_to_status(u16 dlci, u8 *status, int active, int new) in dlci_to_status()
217 static int fr_hard_header(struct sk_buff **skb_p, u16 dlci) in fr_hard_header()
683 u16 dlci; in fr_lmi_recv() local
750 u16 dlci; in fr_rx() local
916 static int fr_add_pvc(hdlc_device *hdlc, unsigned int dlci, int type) in fr_add_pvc()
993 static int fr_del_pvc(hdlc_device *hdlc, unsigned int dlci, int type) in fr_del_pvc()
Dsdla_fr.c215 unsigned dlci; /* logical channel number */ member
824 int dlci = 0; in new_if() local
2138 unsigned dlci, len, offs, len_incl_hdr; local
2986 static int fr_dlci_configure (sdla_t* card, fr_dlc_conf_t *conf, unsigned dlci)
3149 static int fr_add_dlci (sdla_t* card, int dlci)
3173 static int fr_activate_dlci (sdla_t* card, int dlci)
3197 static int fr_delete_dlci (sdla_t* card, int dlci)
3240 static unsigned int fr_send_hdr (sdla_t*card, int dlci, unsigned int offset)
3258 static int fr_send_data_header (sdla_t* card, int dlci, unsigned char attr, int len,
3291 static int fr_send (sdla_t* card, int dlci, unsigned char attr, int len,
[all …]
Dsdla.c321 short dlci __attribute__((packed)); member
331 static void sdla_errors(struct net_device *dev, int cmd, int dlci, int ret, int len, void *data) in sdla_errors()
414 static int sdla_cmd(struct net_device *dev, int cmd, short dlci, short flags, in sdla_cmd()
748 short dlci, len, len2, split; in sdla_receive() local
992 short dlci[CONFIG_DLCI_MAX]; member
Ddlci.c404 int dlci_add(struct dlci_add *dlci) in dlci_add()
479 int dlci_del(struct dlci_add *dlci) in dlci_del()
Dcomx-proto-fr.c70 u16 dlci; member
157 u16 dlci, u8 nlpid) in fr_rx_lmi()
236 u16 dlci; in fr_rx() local
/linux-2.4.37.9/include/linux/hdlc/
Dioctl.h33 unsigned int dlci; member
37 unsigned int dlci; member
/linux-2.4.37.9/include/net/bluetooth/
Drfcomm.h130 u8 dlci; member
140 u8 dlci; member
150 u8 dlci; member
155 u8 dlci; member
186 u8 dlci; member
/linux-2.4.37.9/include/linux/
Dif_frad.h37 short dlci; member
172 short dlci[CONFIG_DLCI_MAX]; member
Dsdla.h300 short dlci __attribute__((packed)); member
330 short dlci __attribute__((packed)); member
Dhdlc.h82 int dlci; member
Dwanrouter.h175 unsigned dlci[100]; /* List of all DLCIs */ member
Dsdla_fr.h266 unsigned short dlci[0] PACKED; /* 20h: */ member