Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c104 #define DAPL_HASHLOOKUP(p_table, in_key, out_datum, bucket_head) \ argument
107 &((p_table)->table)[DAPL_DOHASH(in_key, (p_table)->tbl_size)]; \
179 DAPL_HASH_TABLEP p_table, in dapli_hash_add() argument
206 DAPL_HASHLOOKUP(p_table, key, olddatum, found); in dapli_hash_add()
224 hashValue = DAPL_DOHASH(key, p_table->tbl_size); in dapli_hash_add()
225 if (NO_DATUM(p_table->table[hashValue].datum)) { in dapli_hash_add()
229 p_table->table[hashValue].key = key; in dapli_hash_add()
230 p_table->table[hashValue].datum = datum; in dapli_hash_add()
231 p_table->table[hashValue].next_element = 0; in dapli_hash_add()
232 p_table->num_entries++; in dapli_hash_add()
[all …]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_hash.h89 IN DAPL_HASH_TABLE *p_table);
93 IN DAPL_HASH_TABLE *p_table,
98 IN DAPL_HASH_TABLE *p_table,
104 IN DAPL_HASH_TABLE *p_table,
110 IN DAPL_HASH_TABLE *p_table,
116 IN DAPL_HASH_TABLE *p_table,
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp.c2647 struct ecore_fc_npiv_tbl *p_table) in ecore_mcp_ov_get_fc_npiv() argument
2654 p_table->num_wwpn = 0; in ecore_mcp_ov_get_fc_npiv()
2655 p_table->num_wwnn = 0; in ecore_mcp_ov_get_fc_npiv()
2683 p_table->num_wwpn = (u16)p_npiv_table->fc_npiv_cfg.num_of_npiv; in ecore_mcp_ov_get_fc_npiv()
2684 p_table->num_wwnn = (u16)p_npiv_table->fc_npiv_cfg.num_of_npiv; in ecore_mcp_ov_get_fc_npiv()
2685 for (i = 0; i < p_table->num_wwpn; i++) { in ecore_mcp_ov_get_fc_npiv()
2686 OSAL_MEMCPY(p_table->wwpn, p_npiv_table->settings[i].npiv_wwpn, in ecore_mcp_ov_get_fc_npiv()
2688 OSAL_MEMCPY(p_table->wwnn, p_npiv_table->settings[i].npiv_wwnn, in ecore_mcp_ov_get_fc_npiv()
H A Decore_mcp_api.h870 struct ecore_fc_npiv_tbl *p_table);