Searched refs:pgrate (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_dcb.c | 338 dcb->pg_num_tcs_supported = fwdcb->pgrate.num_tcs_supported; in cxgb4_dcb_handle_fw_update() 339 memcpy(dcb->pgrate, &fwdcb->pgrate.pgrate, in cxgb4_dcb_handle_fw_update() 340 sizeof(dcb->pgrate)); in cxgb4_dcb_handle_fw_update() 341 memcpy(dcb->tsa, &fwdcb->pgrate.tsa, in cxgb4_dcb_handle_fw_update() 466 pcmd.u.dcb.pgrate.type = FW_PORT_DCB_TYPE_PGRATE; in cxgb4_getpgtccfg() 474 *bw_per = pcmd.u.dcb.pgrate.pgrate[*pgid]; in cxgb4_getpgtccfg() 543 pcmd.u.dcb.pgrate in cxgb4_setpgtccfg_tx() [all...] |
H A D | cxgb4_dcb.h | 110 u8 pgrate[8]; /* Priority Group Rate[0..7] */ member
|
H A D | t4fw_api.h | 2852 __u8 pgrate[8]; member 2854 } pgrate; member
|
H A D | cxgb4_debugfs.c | 2431 seq_printf(seq, " %3d", dcb->pgrate[pg]); in dcb_info_show()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_dcb.c | 338 dcb->pg_num_tcs_supported = fwdcb->pgrate.num_tcs_supported; in cxgb4_dcb_handle_fw_update() 339 memcpy(dcb->pgrate, &fwdcb->pgrate.pgrate, in cxgb4_dcb_handle_fw_update() 340 sizeof(dcb->pgrate)); in cxgb4_dcb_handle_fw_update() 341 memcpy(dcb->tsa, &fwdcb->pgrate.tsa, in cxgb4_dcb_handle_fw_update() 466 pcmd.u.dcb.pgrate.type = FW_PORT_DCB_TYPE_PGRATE; in cxgb4_getpgtccfg() 474 *bw_per = pcmd.u.dcb.pgrate.pgrate[*pgid]; in cxgb4_getpgtccfg() 543 pcmd.u.dcb.pgrate in cxgb4_setpgtccfg_tx() [all...] |
H A D | cxgb4_dcb.h | 110 u8 pgrate[8]; /* Priority Group Rate[0..7] */ member
|
H A D | t4fw_api.h | 2854 __u8 pgrate[8]; member 2856 } pgrate; member
|
H A D | cxgb4_debugfs.c | 2431 seq_printf(seq, " %3d", dcb->pgrate[pg]); in dcb_info_show()
|
Completed in 38 milliseconds