Searched refs:resp_list (Results 1 – 9 of 9) sorted by relevance
83 void mlx5e_ktls_rx_resync_destroy_resp_list(struct mlx5e_ktls_resync_resp *resp_list) in mlx5e_ktls_rx_resync_destroy_resp_list() argument85 kvfree(resp_list); in mlx5e_ktls_rx_resync_destroy_resp_list()91 struct mlx5e_ktls_resync_resp *resp_list; in mlx5e_ktls_rx_resync_create_resp_list() local93 resp_list = kvzalloc(sizeof(*resp_list), GFP_KERNEL); in mlx5e_ktls_rx_resync_create_resp_list()94 if (!resp_list) in mlx5e_ktls_rx_resync_create_resp_list()97 INIT_LIST_HEAD(&resp_list->list); in mlx5e_ktls_rx_resync_create_resp_list()98 spin_lock_init(&resp_list->lock); in mlx5e_ktls_rx_resync_create_resp_list()100 return resp_list; in mlx5e_ktls_rx_resync_create_resp_list()
60 void mlx5e_ktls_rx_resync_destroy_resp_list(struct mlx5e_ktls_resync_resp *resp_list);135 mlx5e_ktls_rx_resync_destroy_resp_list(struct mlx5e_ktls_resync_resp *resp_list) {} in mlx5e_ktls_rx_resync_destroy_resp_list() argument
1250 resp_list = []1259 resp_list.append(resp_data)1262 resp_list.append(resp_data)1265 resp_list.append(plugin_resp)1267 resp_list = list(plugin_resp)1268 resp_list = [x.strip("\r\n\t") for x in resp_list]1271 resp_list.append([x.strip("\r\n\t") for x in plugin_resp])1273 resp_list = [x.strip("\r\n\t") for x in plugin_resp]1275 resp_list.append(plugin_resp)1278 for idx, item in enumerate(resp_list, start=0):
121 @{resp_list}= Split String ${cmd_resp}123 ... Valid Value resp_list[1] valid_values=['${number_of_bytes_to_write}']125 Lists Should Be Equal ${data_list} ${resp_list[2:]}
167 ${resp_list}= Redfish_Utils.Get Member List171 Remove Values From List ${resp_list} ${saved_session_info["location"]}174 ${client_id_list}= Get Session With Client Id ${resp_list}177 Remove Values From List ${resp_list} ${client_session}180 FOR ${session} IN @{resp_list}
849 … ${resp_list}= Redfish.Get Attribute ${REDFISH_NW_ETH_IFACE}${ethernet_interface} IPv4Addresses850 FOR ${resp} IN @{resp_list}
97 ${resp_list}= Redfish_Utils.List Request
141 struct llist_head resp_list; member512 for (node = llist_del_all(&queue->resp_list); node; node = node->next) { in nvmet_tcp_process_resp_list()568 llist_add(&cmd->lentry, &queue->resp_list); in nvmet_tcp_queue_response()1651 init_llist_head(&queue->resp_list); in nvmet_tcp_alloc_queue()
1420 ${resp_list}= Redfish_Utils.Get Member List1424 Remove Values From List ${resp_list} ${saved_session_info["location"]}1426 FOR ${session} IN @{resp_list}