Searched refs:SG_LIST_NULL (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 874 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz . + 2; 960 test SCB_SGPTR, SG_LIST_NULL jnz . + 3; 1060 test SCB_SGPTR, SG_LIST_NULL jnz complete; /* No xfer */ 1062 test SCB_RESIDUAL_SGPTR, SG_LIST_NULL jz upload_scb; 1153 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz save_pointers_full; 1154 or SCB_SGPTR, SG_LIST_NULL ret; 1398 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jnz p_data_bitbucket; 1429 test SCB_SGPTR[0], SG_LIST_NULL jnz p_data_bitbucket; 1477 * if SG_LIST_NULL is not yet set, thus there cannot be 1480 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz data_phase_finish; [all …]
|
D | aic7xxx.seq | 885 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz data_phase_inbounds; 975 or SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL; 1047 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL 1182 or SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL; 1302 test SCB_RESIDUAL_SGPTR, SG_LIST_NULL jnz residual_update_done; 1585 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz . + 2; 1655 test SCB_SGPTR, SG_LIST_NULL jnz check_status;/* No xfer */ 1657 test SCB_RESIDUAL_SGPTR, SG_LIST_NULL jz upload_scb; 1742 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz mesgin_sdptrs_full; 1743 or SCB_SGPTR, SG_LIST_NULL;
|
D | aic79xx_inline.h | 328 scb->hscb->sgptr = ahd_htole32(SG_LIST_NULL); in ahd_setup_noxfer_scb()
|
D | aic7xxx_reg.h | 1630 #define SG_LIST_NULL 0x01 macro
|
D | aic7xxx_core.c | 3589 if ((sgptr & SG_LIST_NULL) != 0 in ahc_handle_ign_wide_residue() 3607 if ((sgptr & SG_LIST_NULL) != 0) { in ahc_handle_ign_wide_residue() 6165 if ((sgptr & SG_LIST_NULL) != 0) in ahc_calc_residual() 6174 } else if ((resid_sgptr & SG_LIST_NULL) != 0) { in ahc_calc_residual()
|
D | aic79xx_core.c | 4423 if ((sgptr & SG_LIST_NULL) != 0 in ahd_handle_ign_wide_residue() 4439 if ((sgptr & SG_LIST_NULL) != 0) { in ahd_handle_ign_wide_residue() 7904 if ((sgptr & SG_LIST_NULL) != 0) in ahd_calc_residual() 7919 } else if ((resid_sgptr & SG_LIST_NULL) != 0) { in ahd_calc_residual()
|
D | aic79xx.reg | 3779 field SG_LIST_NULL 0x01 /* In the first byte */ 3857 field SG_LIST_NULL 0x01 /* In the first byte */
|
D | aic7xxx.reg | 1062 field SG_LIST_NULL 0x01 /* In the first byte */
|
D | aic79xx_reg.h | 3689 #define SG_LIST_NULL 0x01 macro
|
D | aic7xxx_osm.c | 3830 scb->hscb->sgptr = ahc_htole32(SG_LIST_NULL);
|