Searched refs:ncsi_buf_ (Results 1 – 2 of 2) sorted by relevance
145 &ncsi_state_, &network_debug_, &ncsi_buf_, &mac); in poll_l2_config()147 auto* response = reinterpret_cast<ncsi_simple_response_t*>(ncsi_buf_.data); in poll_l2_config()156 reinterpret_cast<ncsi_oem_simple_response_t*>(ncsi_buf_.data); in poll_l2_config()167 len = ncsi_buf_.len; in poll_l2_config()168 ncsi_buf_.len = 0; in poll_l2_config()185 poll_func(&ncsi_state_, &network_debug_, &ncsi_buf_, &mac, 0, rx_port); in poll_simple()187 auto* response = reinterpret_cast<ncsi_simple_response_t*>(ncsi_buf_.data); in poll_simple()193 len = ncsi_buf_.len; in poll_simple()194 ncsi_buf_.len = 0; in poll_simple()213 reinterpret_cast<ncsi_oem_simple_response_t*>(ncsi_buf_.data); in poll_simple()[all …]
125 ncsi_buf_t ncsi_buf_; variable