Searched refs:__otx2_mbox_reset (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mbox.c | 21 void __otx2_mbox_reset(struct otx2_mbox *mbox, int devid) in __otx2_mbox_reset() function 37 EXPORT_SYMBOL(__otx2_mbox_reset); variable 44 __otx2_mbox_reset(mbox, devid); in otx2_mbox_reset()
|
H A D | mbox.h | 96 void __otx2_mbox_reset(struct otx2_mbox *mbox, int devid);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mbox.c | 18 void __otx2_mbox_reset(struct otx2_mbox *mbox, int devid) in __otx2_mbox_reset() function 34 EXPORT_SYMBOL(__otx2_mbox_reset); variable 41 __otx2_mbox_reset(mbox, devid); in otx2_mbox_reset()
|
H A D | mbox.h | 97 void __otx2_mbox_reset(struct otx2_mbox *mbox, int devid);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_vf.c | 103 __otx2_mbox_reset(mbox, 0); in otx2vf_vfaf_mbox_handler()
|
H A D | otx2_pf.c | 540 __otx2_mbox_reset(mbox, 0); in otx2_pfvf_mbox_up_handler() 822 __otx2_mbox_reset(mbox, 0); in otx2_pfaf_mbox_handler()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_vf.c | 110 __otx2_mbox_reset(mbox, 0); in otx2vf_vfaf_mbox_handler()
|
H A D | otx2_pf.c | 538 __otx2_mbox_reset(mbox, vf_idx); in otx2_pfvf_mbox_up_handler() 828 __otx2_mbox_reset(mbox, 0); in otx2_pfaf_mbox_handler()
|
Completed in 18 milliseconds