Lines Matching full:netdevice
190 * is_ndev_for_default_gid_filter - Check if a given netdevice
194 * @rdma_ndev: rdma netdevice pointer
195 * @cookie: Netdevice to consider to form a default GID
197 * is_ndev_for_default_gid_filter() returns true if a given netdevice can be
213 * When rdma netdevice is used in bonding, bonding master netdevice in is_ndev_for_default_gid_filter()
216 * Additionally when event(cookie) netdevice is bond master device, in is_ndev_for_default_gid_filter()
217 * make sure that it the upper netdevice of rdma netdevice. in is_ndev_for_default_gid_filter()
252 * is_upper_ndev_bond_master_filter - Check if a given netdevice
253 * is bond master device of netdevice of the RDMA device of port.
256 * @rdma_ndev: Pointer to rdma netdevice
257 * @cookie: Netdevice to consider to form a default GID
260 * is bond master device and rdma_ndev is its lower netdevice. It might
442 * del_default_gids - Delete default GIDs of the event/cookie netdevice
445 * @rdma_ndev: Unused rdma netdevice
446 * @cookie: Pointer to event netdevice
448 * del_default_gids() deletes the default GIDs of the event/cookie netdevice.
489 * Filter and add default GIDs of the primary netdevice in enum_all_gids_of_dev_cb()
928 /* We relay on the netdevice notifier to enumerate all in roce_gid_mgmt_init()