Searched refs:vivld (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 498 FT_VNID_ID_VLD_V(pi->vivld)) << tp->vnic_shift; in cxgb4_select_ntuple()
|
H A D | t4_hw.c | 7641 * @vivld: the destination to store the VI Valid value. 7652 unsigned int *rss_size, u8 *vivld, u8 *vin) in t4_alloc_vi() 7688 if (vivld) in t4_alloc_vi() 7689 *vivld = FW_VI_CMD_VFVLD_G(be32_to_cpu(c.alloc_to_len16)); in t4_alloc_vi() 9641 u8 vivld = 0, vin = 0; in t4_init_portinfo() local 9697 &vivld, &vin); in t4_init_portinfo() 9711 pi->vivld = vivld; in t4_init_portinfo() 9715 pi->vivld = FW_VIID_VIVLD_G(pi->viid); in t4_init_portinfo() 7650 t4_alloc_vi(struct adapter *adap, unsigned int mbox, unsigned int port, unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, unsigned int *rss_size, u8 *vivld, u8 *vin) t4_alloc_vi() argument
|
H A D | cxgb4.h | 688 u8 vivld; member 2001 unsigned int *rss_size, u8 *vivld, u8 *vin);
|
H A D | cxgb4_main.c | 5504 u8 vivld = 0, vin = 0; in eeh_slot_reset() local 5507 NULL, NULL, &vivld, &vin); in eeh_slot_reset() 5516 pi->vivld = vivld; in eeh_slot_reset() 5520 pi->vivld = FW_VIID_VIVLD_G(pi->viid); in eeh_slot_reset()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 498 FT_VNID_ID_VLD_V(pi->vivld)) << tp->vnic_shift; in cxgb4_select_ntuple()
|
H A D | t4_hw.c | 7611 * @vivld: the destination to store the VI Valid value. 7622 unsigned int *rss_size, u8 *vivld, u8 *vin) in t4_alloc_vi() 7658 if (vivld) in t4_alloc_vi() 7659 *vivld = FW_VI_CMD_VFVLD_G(be32_to_cpu(c.alloc_to_len16)); in t4_alloc_vi() 9610 u8 vivld = 0, vin = 0; in t4_init_portinfo() local 9666 &vivld, &vin); in t4_init_portinfo() 9680 pi->vivld = vivld; in t4_init_portinfo() 9684 pi->vivld = FW_VIID_VIVLD_G(pi->viid); in t4_init_portinfo() 7620 t4_alloc_vi(struct adapter *adap, unsigned int mbox, unsigned int port, unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, unsigned int *rss_size, u8 *vivld, u8 *vin) t4_alloc_vi() argument
|
H A D | cxgb4.h | 686 u8 vivld; member 1997 unsigned int *rss_size, u8 *vivld, u8 *vin);
|
H A D | cxgb4_main.c | 5495 u8 vivld = 0, vin = 0; in eeh_slot_reset() local 5498 NULL, NULL, &vivld, &vin); in eeh_slot_reset() 5507 pi->vivld = vivld; in eeh_slot_reset() 5511 pi->vivld = FW_VIID_VIVLD_G(pi->viid); in eeh_slot_reset()
|
Completed in 50 milliseconds