Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_nvmetcp_fw_funcs.c17 #define NVMETCP_NUM_SGES_IN_CACHE 0x4 macro
28 u8 num_sges_to_init = (u8)(sgl_params->num_sges > NVMETCP_NUM_SGES_IN_CACHE ? in init_scsi_sgl_context()
29 NVMETCP_NUM_SGES_IN_CACHE : sgl_params->num_sges); in init_scsi_sgl_context()