Home
last modified time | relevance | path

Searched defs:bge (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h736 typedef struct bge { struct
740 char version[BGE_STR_SIZE];
742 char fw_version[BGE_FW_VER_SIZE];
743 dev_info_t *devinfo; /* device instance */
744 uint32_t pci_bus; /* from "regs" prop */
745 uint32_t pci_dev; /* from "regs" prop */
769 char ifname[8]; /* "bge0" ... "bge999" */ argument
771 int fm_capabilities; /* FMA capabilities */
797 * be gotten from statistic registers. And bge_statistics_reg_t record argument
800 bge_statistics_reg_t *pstats; argument
[all …]
H A Dbge_main2.c1213 bge_get_priv_prop(bge_t *bge, const char *pr_name, uint_t pr_valsize,
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dsetcc-setcc.c7 static _Bool bge(int a, int b) { return (a >= b); } in bge() function