Searched refs:p_table (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_hash.c | 104 #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 D | dapl_hash.h | 89 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 D | ecore_mcp.c | 2647 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 D | ecore_mcp_api.h | 870 struct ecore_fc_npiv_tbl *p_table);
|