Searched refs:port_index (Results 1 – 6 of 6) sorted by relevance
/include/linux/ |
A D | if_team.h | 243 int port_index) in team_port_index_hash() argument 245 return &team->en_port_hlist[port_index & (TEAM_PORT_HASHENTRIES - 1)]; in team_port_index_hash() 249 int port_index) in team_get_port_by_index() argument 252 struct hlist_head *head = team_port_index_hash(team, port_index); in team_get_port_by_index() 255 if (port->index == port_index) in team_get_port_by_index() 270 int port_index) in team_get_port_by_index_rcu() argument 273 struct hlist_head *head = team_port_index_hash(team, port_index); in team_get_port_by_index_rcu() 276 if (port->index == port_index) in team_get_port_by_index_rcu()
|
/include/rdma/ |
A D | rdma_vt.h | 505 int port_index, in rvt_get_pkey() argument 511 return rdi->ports[port_index]->pkey_table[index]; in rvt_get_pkey() 520 int port_index, u16 *pkey_table);
|
/include/trace/events/ |
A D | firewire.h | 409 unsigned int port_index; 411 for (port_index = 0; port_index < __get_dynamic_array_len(port_status); ++port_index) { 412 port_status[port_index] = 414 quadlet_count, port_index);
|
/include/net/ |
A D | devlink.h | 165 unsigned int port_index; member 1715 unsigned int port_index, 1720 unsigned int port_index) in devl_port_register() argument 1723 port_index, NULL); in devl_port_register() 1728 unsigned int port_index, 1733 unsigned int port_index) in devlink_port_register() argument 1736 port_index, NULL); in devlink_port_register()
|
/include/linux/habanalabs/ |
A D | cpucp_if.h | 869 __le32 port_index; member
|
/include/net/mana/ |
A D | mana.h | 1009 u32 port_index,
|
Completed in 36 milliseconds