Searched refs:ipx_head (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c167 struct ipx_queue *ipx_head = arg; local
178 STAILQ_INSERT_TAIL(ipx_head, entry, entry);
188 struct ipx_queue *ipx_head = arg; local
204 STAILQ_INSERT_TAIL(ipx_head, entry, entry);
225 struct ipx_queue ipx_head; local
227 STAILQ_INIT(&ipx_head);
246 if_foreach_addr_type(ifp, AF_INET, roce_gid_update_addr_ifa4_cb, &ipx_head);
249 if_foreach_addr_type(ifp, AF_INET6, roce_gid_update_addr_ifa6_cb, &ipx_head);
258 STAILQ_FOREACH(entry, &ipx_head, entry) {
297 STAILQ_FOREACH(entry, &ipx_head, entr
[all...]

Completed in 63 milliseconds