Searched refs:le (Results 1 – 7 of 7) sorted by relevance
| /net/802/ |
| A D | hippi.c | 60 hip->le.fc = 0; in hippi_header() 61 hip->le.double_wide = 0; /* only HIPPI 800 for the time being */ in hippi_header() 62 hip->le.message_type = 0; /* Data PDU */ in hippi_header() 64 hip->le.dest_addr_type = 2; /* 12 bit SC address */ in hippi_header() 65 hip->le.src_addr_type = 2; /* 12 bit SC address */ in hippi_header() 67 memcpy(hip->le.src_switch_addr, dev->dev_addr + 3, 3); in hippi_header() 68 memset_startat(&hip->le, 0, reserved); in hippi_header() 80 memcpy(hip->le.dest_switch_addr, daddr + 3, 3); in hippi_header()
|
| /net/tipc/ |
| A D | node.c | 753 if (le->link) { in tipc_node_clear_links() 754 kfree(le->link); in tipc_node_clear_links() 755 le->link = NULL; in tipc_node_clear_links() 832 if (le->link) { in tipc_node_timeout() 1085 le->link = NULL; in tipc_node_link_down() 1200 l = le->link; in tipc_node_check_dest() 1285 &le->inputq, in tipc_node_check_dest() 1296 le->link = l; in tipc_node_check_dest() 1738 spin_lock_bh(&le->lock); in tipc_node_xmit() 2157 if (le->link) { in tipc_rcv() [all …]
|
| /net/sunrpc/ |
| A D | svc_xprt.c | 927 struct list_head *le, *next; in svc_age_temp_xprts() local 938 list_for_each_safe(le, next, &serv->sv_tempsocks) { in svc_age_temp_xprts() 939 xprt = list_entry(le, struct svc_xprt, xpt_list); in svc_age_temp_xprts() 948 list_del_init(le); in svc_age_temp_xprts() 969 struct list_head *le, *next; in svc_age_temp_xprts_now() local 973 list_for_each_safe(le, next, &serv->sv_tempsocks) { in svc_age_temp_xprts_now() 974 xprt = list_entry(le, struct svc_xprt, xpt_list); in svc_age_temp_xprts_now() 978 list_move(le, &to_be_closed); in svc_age_temp_xprts_now() 984 le = to_be_closed.next; in svc_age_temp_xprts_now() 985 list_del_init(le); in svc_age_temp_xprts_now() [all …]
|
| /net/bluetooth/ |
| A D | hci_conn.c | 2269 struct hci_conn *le; in hci_connect_cis() local 2279 le = hci_connect_le_scan(hdev, dst, dst_type, in hci_connect_cis() 2283 if (IS_ERR(le)) in hci_connect_cis() 2284 return le; in hci_connect_cis() 2286 hci_iso_qos_setup(hdev, le, &qos->ucast.out, in hci_connect_cis() 2287 le->le_tx_phy ? le->le_tx_phy : hdev->le_tx_def_phys); in hci_connect_cis() 2288 hci_iso_qos_setup(hdev, le, &qos->ucast.in, in hci_connect_cis() 2289 le->le_rx_phy ? le->le_rx_phy : hdev->le_rx_def_phys); in hci_connect_cis() 2293 hci_conn_drop(le); in hci_connect_cis() 2297 link = hci_conn_link(le, cis); in hci_connect_cis() [all …]
|
| A D | hci_sync.c | 3301 int hci_write_le_host_supported_sync(struct hci_dev *hdev, u8 le, u8 simul) in hci_write_le_host_supported_sync() argument 3312 if (le == lmp_host_le_capable(hdev) && in hci_write_le_host_supported_sync() 3318 cp.le = le; in hci_write_le_host_supported_sync() 4518 cp.le = 0x01; in hci_set_le_support_sync() 4522 if (cp.le == lmp_host_le_capable(hdev)) in hci_set_le_support_sync()
|
| A D | hci_event.c | 2112 if (sent->le) { in hci_cc_write_le_host_supported()
|
| /net/atm/ |
| A D | br2684.c | 108 static inline struct net_device *list_entry_brdev(const struct list_head *le) in list_entry_brdev() argument 110 return list_entry(le, struct br2684_dev, br2684_devs)->net_dev; in list_entry_brdev() 118 static inline struct br2684_vcc *list_entry_brvcc(const struct list_head *le) in list_entry_brvcc() argument 120 return list_entry(le, struct br2684_vcc, brvccs); in list_entry_brvcc()
|
Completed in 44 milliseconds