Searched refs:drvr_state_size (Results 1 – 1 of 1) sorted by relevance
354 uint32_t drvr_state_size; in ql_drvr_state() local356 drvr_state_size = ql_drvr_state_size(ha); in ql_drvr_state()359 state->size = drvr_state_size; in ql_drvr_state()363 if (state->size < drvr_state_size) in ql_drvr_state()371 rval = copyout(ha->hw.drvr_state, state->buffer, drvr_state_size); in ql_drvr_state()373 bzero(ha->hw.drvr_state, drvr_state_size); in ql_drvr_state()381 uint32_t drvr_state_size; in ql_drvr_state_size() local385 drvr_state_size = QL_ALIGN(size, 64); in ql_drvr_state_size()388 drvr_state_size += QL_ALIGN(size, 64); in ql_drvr_state_size()391 drvr_state_size += QL_ALIGN(size, 64); in ql_drvr_state_size()[all …]