Searched refs:element_count (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/common/mdesc/ |
H A D | mdesc_walkdag.c | 102 while (start < mdp->element_count && in md_walk_dag() 118 seenp = (uint8_t *)mdp->allocp(mdp->element_count); in md_walk_dag() 122 (void) memset(seenp, 0, mdp->element_count); in md_walk_dag() 130 mdp->freep(seenp, mdp->element_count); in md_walk_dag()
|
H A D | mdesc_scandag.c | 102 seenp = (uint8_t *)mdp->allocp(mdp->element_count); in md_scan_dag() 105 (void) memset(seenp, 0, mdp->element_count); in md_scan_dag() 115 mdp->freep(seenp, mdp->element_count); in md_scan_dag()
|
H A D | mdesc_init_intern.c | 148 mdp->element_count = idx + 1; /* include LIST_END */ in md_init_intern() 154 if (mdp->element_count != (mdp->node_blk_size / MD_ELEMENT_SIZE)) in md_init_intern()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | mdesc_impl.h | 127 int element_count; member
|
/titanic_44/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_prototype.h | 245 u16 buf_size, u16 *element_count, 249 u16 element_count,
|
H A D | i40e_common.c | 3403 u16 buf_size, u16 *element_count, in i40e_aq_read_nvm_config() argument 3425 if (!status && element_count) in i40e_aq_read_nvm_config() 3426 *element_count = LE16_TO_CPU(cmd->element_count); in i40e_aq_read_nvm_config() 3442 u16 element_count, in i40e_aq_write_nvm_config() argument 3455 cmd->element_count = CPU_TO_LE16(element_count); in i40e_aq_write_nvm_config()
|
H A D | i40e_adminq_cmd.h | 2038 __le16 element_count; member 2050 __le16 element_count; member
|