Home
last modified time | relevance | path

Searched refs:SG_LIST_NULL (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx.seq874 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 …]
Daic7xxx.seq885 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;
Daic79xx_inline.h328 scb->hscb->sgptr = ahd_htole32(SG_LIST_NULL); in ahd_setup_noxfer_scb()
Daic7xxx_reg.h1630 #define SG_LIST_NULL 0x01 macro
Daic7xxx_core.c3589 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()
Daic79xx_core.c4423 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()
Daic79xx.reg3779 field SG_LIST_NULL 0x01 /* In the first byte */
3857 field SG_LIST_NULL 0x01 /* In the first byte */
Daic7xxx.reg1062 field SG_LIST_NULL 0x01 /* In the first byte */
Daic79xx_reg.h3689 #define SG_LIST_NULL 0x01 macro
Daic7xxx_osm.c3830 scb->hscb->sgptr = ahc_htole32(SG_LIST_NULL);