Searched refs:zerocopy (Results 1 – 2 of 2) sorted by relevance
531 …ETHER_ERROR_RETURN(ETHER_ZEROCOPY_ENABLE == p_instance_ctrl->p_ether_cfg->zerocopy, FSP_ERR_INVALI… in R_ETHER_RxBufferUpdate()960 if (ETHER_ZEROCOPY_DISABLE == p_instance_ctrl->p_ether_cfg->zerocopy) in R_ETHER_Read()1030 if (ETHER_ZEROCOPY_DISABLE == p_instance_ctrl->p_ether_cfg->zerocopy) in R_ETHER_Write()1059 if (ETHER_ZEROCOPY_ENABLE == p_instance_ctrl->p_ether_cfg->zerocopy) in R_ETHER_Write()1226 if (p_cfg->zerocopy == ETHER_ZEROCOPY_DISABLE) in ether_open_param_check()1308 if ((ETHER_ZEROCOPY_DISABLE == p_instance_ctrl->p_ether_cfg->zerocopy) && in ether_init_descriptors()1345 if (ETHER_ZEROCOPY_DISABLE == p_instance_ctrl->p_ether_cfg->zerocopy) in ether_init_buffers()
125 …ether_zerocopy_t zerocopy; ///< Zero copy enable or disable in Read/Writ… member