Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/core/
Dcache.c70 GID_TABLE_ENTRY_INVALID = 1UL << 0, enumerator
132 table->data_vec[ix].props |= GID_TABLE_ENTRY_INVALID; in write_gid()
163 table->data_vec[ix].props &= ~GID_TABLE_ENTRY_INVALID; in write_gid()
216 if (table->data_vec[i].props & GID_TABLE_ENTRY_INVALID) in find_gid()
355 if (table->data_vec[index].props & GID_TABLE_ENTRY_INVALID) { in __ib_cache_gid_get()
492 if (table->data_vec[i].props & GID_TABLE_ENTRY_INVALID) in ib_cache_gid_find_by_filter()