Searched refs:le (Results 1 – 7 of 7) sorted by relevance
/net/802/ |
D | hippi.c | 64 hip->le.fc = 0; in hippi_header() 65 hip->le.double_wide = 0; /* only HIPPI 800 for the time being */ in hippi_header() 66 hip->le.message_type = 0; /* Data PDU */ in hippi_header() 68 hip->le.dest_addr_type = 2; /* 12 bit SC address */ in hippi_header() 69 hip->le.src_addr_type = 2; /* 12 bit SC address */ in hippi_header() 71 memcpy(hip->le.src_switch_addr, dev->dev_addr + 3, 3); in hippi_header() 72 memset(&hip->le.reserved, 0, 16); in hippi_header() 84 memcpy(hip->le.dest_switch_addr, daddr + 3, 3); in hippi_header() 116 return arp_find(hip->le.daddr, skb); in hippi_rebuild_header()
|
/net/bluetooth/ |
D | hci_conn.c | 521 struct hci_conn *le; in hci_connect_le() local 526 le = hci_conn_hash_lookup_ba(hdev, LE_LINK, dst); in hci_connect_le() 527 if (!le) { in hci_connect_le() 528 le = hci_conn_hash_lookup_state(hdev, LE_LINK, BT_CONNECT); in hci_connect_le() 529 if (le) in hci_connect_le() 532 le = hci_conn_add(hdev, LE_LINK, 0, dst); in hci_connect_le() 533 if (!le) in hci_connect_le() 536 le->dst_type = bdaddr_to_le(dst_type); in hci_connect_le() 537 hci_le_create_connection(le); in hci_connect_le() 540 le->pending_sec_level = sec_level; in hci_connect_le() [all …]
|
D | mgmt.c | 1397 hci_cp.le = val; in set_le() 3359 cp.le = 1; in powered_update_hci() 3365 if (cp.le != lmp_host_le_capable(hdev) || in powered_update_hci()
|
D | hci_core.c | 586 cp.le = 0x01; in hci_set_le_support() 590 if (cp.le != lmp_host_le_capable(hdev)) in hci_set_le_support()
|
D | hci_event.c | 1044 if (sent->le) in hci_cc_write_le_host_supported() 1057 mgmt_le_enable_complete(hdev, sent->le, status); in hci_cc_write_le_host_supported()
|
/net/atm/ |
D | br2684.c | 107 static inline struct net_device *list_entry_brdev(const struct list_head *le) in list_entry_brdev() argument 109 return list_entry(le, struct br2684_dev, br2684_devs)->net_dev; in list_entry_brdev() 117 static inline struct br2684_vcc *list_entry_brvcc(const struct list_head *le) in list_entry_brvcc() argument 119 return list_entry(le, struct br2684_vcc, brvccs); in list_entry_brvcc()
|
/net/sunrpc/ |
D | svc_xprt.c | 865 struct list_head *le, *next; in svc_age_temp_xprts() local 876 list_for_each_safe(le, next, &serv->sv_tempsocks) { in svc_age_temp_xprts() 877 xprt = list_entry(le, struct svc_xprt, xpt_list); in svc_age_temp_xprts() 886 list_del_init(le); in svc_age_temp_xprts()
|