Home
last modified time | relevance | path

Searched refs:DBPRIO_V (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/csiostor/
H A Dcsio_wr.c991 csio_wr_reg32(hw, DBPRIO_V(prio) | QID_V(q->un.eq.physeqid) | in csio_wr_issue()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_regs.h80 #define DBPRIO_V(x) ((x) << DBPRIO_S) macro
81 #define DBPRIO_F DBPRIO_V(1U)