Home
last modified time | relevance | path

Searched refs:my_index (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/pci/hotplug/
Drpaphp_core.c208 const unsigned int *my_index; in rpaphp_get_drc_props() local
212 my_index = of_get_property(dn, "ibm,my-drc-index", NULL); in rpaphp_get_drc_props()
213 if (!my_index) { in rpaphp_get_drc_props()
228 if ((unsigned int) indexes[i + 1] == *my_index) { in rpaphp_get_drc_props()
234 *drc_index = be32_to_cpu(*my_index); in rpaphp_get_drc_props()
/linux-4.4.14/net/netrom/
Dnr_subr.c160 *dptr++ = nr->my_index; in nr_write_internal()
183 *dptr++ = nr->my_index; in nr_write_internal()
Daf_netrom.c176 if (nr->my_index == index && nr->my_id == id) { in nr_find_socket()
707 nr->my_index = circuit / 256; in nr_connect()
983 nr_make->my_index = circuit / 256; in nr_rx_frame()
1305 nr->my_index, in nr_info_show()
/linux-4.4.14/include/net/
Dnetrom.h67 unsigned char my_index, my_id; member