Searched refs:mgmt_dcb (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_mgmt.c | 103 struct bnxt_mgmt_dcb mgmt_dcb = {}; in bnxt_mgmt_process_dcb() local 108 if (copyin(user_ptr, &mgmt_dcb, sizeof(mgmt_dcb))) { in bnxt_mgmt_process_dcb() 113 softc = bnxt_find_dev(mgmt_dcb.hdr.domain, mgmt_dcb.hdr.bus, in bnxt_mgmt_process_dcb() 114 mgmt_dcb.hdr.devfn, NULL); in bnxt_mgmt_process_dcb() 121 switch (mgmt_dcb.op) { in bnxt_mgmt_process_dcb() 123 bnxt_dcb_ieee_getets(softc, &mgmt_dcb.req.ets); in bnxt_mgmt_process_dcb() 126 bnxt_dcb_ieee_setets(softc, &mgmt_dcb.req.ets); in bnxt_mgmt_process_dcb() 129 bnxt_dcb_ieee_getpfc(softc, &mgmt_dcb.req.pfc); in bnxt_mgmt_process_dcb() 132 bnxt_dcb_ieee_setpfc(softc, &mgmt_dcb.req.pfc); in bnxt_mgmt_process_dcb() 135 bnxt_dcb_ieee_setapp(softc, &mgmt_dcb.req.app_tlv.app[0]); in bnxt_mgmt_process_dcb() [all …]
|