Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
FW_CAPS32
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
9626
fw_caps = (ret == 0 ? FW_CAPS32 : FW_CAPS16);
drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c
520
fw_caps = (ret == 0 ? FW_CAPS32 : FW_CAPS16);
drivers/scsi/csiostor/csio_hw.c
1814
fw_caps = retval ? FW_CAPS16 : FW_CAPS32;