Home
last modified time | relevance | path

Searched refs:resp_list (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c83 void mlx5e_ktls_rx_resync_destroy_resp_list(struct mlx5e_ktls_resync_resp *resp_list) in mlx5e_ktls_rx_resync_destroy_resp_list() argument
85 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() local
93 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()
H A Dktls.h60 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
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py1250 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):
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_asset_tag.robot121 @{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:]}
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish_utils.robot167 ${resp_list}= Redfish_Utils.Get Member List
171 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}
H A Dbmc_network_utils.robot849 … ${resp_list}= Redfish.Get Attribute ${REDFISH_NW_ETH_IFACE}${ethernet_interface} IPv4Addresses
850 FOR ${resp} IN @{resp_list}
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root.robot97 ${resp_list}= Redfish_Utils.List Request
/openbmc/linux/drivers/nvme/target/
H A Dtcp.c141 struct llist_head resp_list; member
512 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()
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_lock_management.robot1420 ${resp_list}= Redfish_Utils.Get Member List
1424 Remove Values From List ${resp_list} ${saved_session_info["location"]}
1426 FOR ${session} IN @{resp_list}