Searched refs:error_index (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D3w-9xxx.c386 event = tw_dev->event_queue[tw_dev->error_index];
424 if ((tw_dev->error_index + 1) == TW_Q_LENGTH)
426 tw_dev->error_index = (tw_dev->error_index + 1 ) % TW_Q_LENGTH;
758 if (!tw_dev->error_index) {
764 event_index = (tw_dev->error_index - 1 + TW_Q_LENGTH) % TW_Q_LENGTH;
775 event_index = tw_dev->error_index;
777 if (!tw_dev->error_index) {
797 start_index = tw_dev->error_index;
799 if (!tw_dev->error_index) {
[all...]
H A D3w-sas.h386 unsigned char error_index; member in struct:TAG_TW_Device_Extension
H A D3w-9xxx.h673 unsigned char error_index; member in struct:TAG_TW_Device_Extension
H A D3w-sas.c249 event = tw_dev->event_queue[tw_dev->error_index];
282 tw_dev->error_index = (tw_dev->error_index + 1 ) % TW_Q_LENGTH;
H A Dipr.c2269 int error_index; local
2289 error_index = ipr_get_error(ioasc);
2291 if (!ipr_error_table[error_index].log_hcam)
2294 ipr_hcam_err(hostrcb, "%s\n", ipr_error_table[error_index].error);
2299 if (ioa_cfg->log_level < ipr_error_table[error_index].log_hcam)
5369 int error_index; local
5381 error_index = ipr_get_error(fd_ioasc);
5383 error_index = ipr_get_error(ioasc);
5393 if (ipr_error_table[error_index].log_ioasa == 0)
5397 ipr_res_err(ioa_cfg, res, "%s\n", ipr_error_table[error_index]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c599 unsigned int error_index; member in struct:snmp_request
878 if (!asn1_uint_decode(ctx, end, &request->error_index))
1141 "error_index=%u\n", req.id, req.error_status,
1142 req.error_index);

Completed in 119 milliseconds