Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CRB_SUBBLK
drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c
23
#define CRB_SUBBLK(off) ((off >> 16) & 0xf)
drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c
20
#define CRB_SUBBLK(off) ((off >> 16) & 0xf)
drivers/scsi/qla2xxx/qla_nx.c
29
#define CRB_SUBBLK(off) ((off >> 16) & 0xf)
drivers/scsi/qla4xxx/ql4_nx.c
29
#define CRB_SUBBLK(off) ((off >> 16) & 0xf)