Lines Matching defs:entry

1911  * __hal_spdm_entry_add - Add a new entry to the SPDM table.
1913 * Add a new entry to the SPDM table
1915 * This function add a new entry to the SPDM table.
1946 * Construct the SPDM entry.
1967 BIT(63); /* entry enable bit */
1970 * Add the entry to the SPDM table
1992 * adapter SPDM table for spdm entry lookup which is very costly
3032 // 2 64bit words for each entry
3123 /* 2 64bit words for each entry */
5877 * @spdm_line: spdm line in the spdm entry to be read.
5878 * @spdm_entry: spdm entry of the spdm_line in the SPDM table.
5882 * Each spdm entry contains 8 lines and each line stores 8 bytes.
5884 * of the spdm entry(addressed by @spdm_entry) in
5919 * @spdm_entry: Contains an index to the unused spdm entry in the SPDM table.
5921 * This function returns an index of unused spdm entry in the SPDM
5945 * Make sure that the corresponding spdm entry in the SPDM
5947 * Seventh line of the spdm entry contains information about
5948 * whether the entry is free or not.
5962 "entry %d", *spdm_entry);
6046 * xge_hal_spdm_entry_add - Add a new entry to the SPDM table.
6058 * This function add a new entry to the SPDM table.
6062 * XGE_HAL_INF_MEM_STROBE_CMD_EXECUTING - Failed to add a new entry with in
6065 * XGE_HAL_ERR_SPDM_INVALID_ENTRY - Invalid SPDM entry.
6169 * the free entry is performed in the local table.
6178 * Add this entry to the SPDM table
6191 * xge_hal_spdm_entry_remove - Remove an entry from the SPDM table.
6202 * This function remove an entry from the SPDM table.
6206 * XGE_HAL_INF_MEM_STROBE_CMD_EXECUTING - Failed to remove an entry with in
6208 * XGE_HAL_ERR_SPDM_ENTRY_NOT_FOUND - Unable to locate the entry in the SPDM
6261 * corresponding entry in the SPDM table.
6304 * Retrieve the corresponding entry from the SPDM table and
6310 * SPDM line 2,3,4 are valid only for IPv6 entry.
6333 * Seventh line of the spdm entry contains the entry_enable
6334 * bit. Make sure that the entry_enable bit of this spdm entry
6336 * To remove an entry from the SPDM table, reset this
6345 "entry %d ", spdm_entry);
6368 "entry %d ", spdm_entry);
6384 "entry %d ", spdm_entry);
6403 "entry %d ", spdm_entry);
6430 * Make the corresponding spdm entry in the local SPDM table
6608 * entry in the table of MSI-X (value, address) pairs.
6647 * @msix_address) entry in the MSI-X table.
6739 * xge_hal_device_poll - HAL device "polling" entry point.
6742 * HAL "polling" entry point. Note that this is part of HAL public API.
7096 u32 entry, nreg, i;
7098 entry = 0;
7107 val64 |= Key[entry++];