Searched refs:tag_mask (Results 1 - 6 of 6) sorted by path

/drivers/ata/
H A Dsata_dwc_460ex.c942 uint intpr, sactive, sactive2, tag_mask; local
988 tag_mask = (host_pvt.sata_dwc_sactive_issued | sactive) ^ sactive;
990 /* If no sactive issued and tag_mask is zero then this is not NCQ */
991 if (host_pvt.sata_dwc_sactive_issued == 0 && tag_mask == 0) {
1061 tag_mask = (host_pvt.sata_dwc_sactive_issued | sactive) ^ sactive;
1064 tag_mask > 1) {
1066 "tag_mask=0x%08x\n", __func__, sactive,
1067 host_pvt.sata_dwc_sactive_issued, tag_mask);
1070 if ((tag_mask | (host_pvt.sata_dwc_sactive_issued)) != \
1073 "(host_pvt.sata_dwc_sactive_issued)=0x%08x tag_mask"
[all...]
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_ctl_defs.h106 unsigned int tag_mask; /* TDDP tag mask */ member in struct:ddp_params
H A Dcxgb3_offload.c426 ddpp->tag_mask = t3_read_reg(adapter, A_ULPRX_TDDP_TAGMASK);
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c3805 void cxgb4_iscsi_init(struct net_device *dev, unsigned int tag_mask, argument
3810 t4_write_reg(adap, ULP_RX_ISCSI_TAGMASK, tag_mask);
H A Dcxgb4_uld.h296 void cxgb4_iscsi_init(struct net_device *dev, unsigned int tag_mask,
/drivers/scsi/
H A Ddc395x.c276 u32 tag_mask; member in struct:DeviceCtlBlk
739 dcb->tag_mask &= ~(1 << srb->tag_number); /* free tag mask */
1597 u32 tag_mask = 1; local
1599 while (tag_mask & dcb->tag_mask
1601 tag_mask = tag_mask << 1;
1617 dcb->tag_mask |= tag_mask;
2640 if (!(dcb->tag_mask
[all...]

Completed in 181 milliseconds