Searched refs:drvr_state_size (Results 1 – 1 of 1) sorted by relevance
361 uint32_t drvr_state_size; in ql_drvr_state() local363 drvr_state_size = ql_drvr_state_size(ha); in ql_drvr_state()366 state->size = drvr_state_size; in ql_drvr_state()370 if (state->size < drvr_state_size) in ql_drvr_state()378 rval = copyout(ha->hw.drvr_state, state->buffer, drvr_state_size); in ql_drvr_state()380 bzero(ha->hw.drvr_state, drvr_state_size); in ql_drvr_state()388 uint32_t drvr_state_size; in ql_drvr_state_size() local392 drvr_state_size = QL_ALIGN(size, 64); in ql_drvr_state_size()395 drvr_state_size += QL_ALIGN(size, 64); in ql_drvr_state_size()398 drvr_state_size += QL_ALIGN(size, 64); in ql_drvr_state_size()[all …]