Searched refs:cxgb3_event_notify (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_offload.h | 67 void cxgb3_event_notify(struct t3cdev *tdev, u32 event, u32 port);
|
H A D | cxgb3_main.c | 1446 cxgb3_event_notify(&adapter->tdev, OFFLOAD_PORT_UP, pi->port_id); in cxgb_open() 1479 cxgb3_event_notify(&adapter->tdev, OFFLOAD_PORT_DOWN, pi->port_id); in __cxgb_close() 2802 cxgb3_event_notify(&adapter->tdev, OFFLOAD_DB_FULL, 0); in db_full_task() 2810 cxgb3_event_notify(&adapter->tdev, OFFLOAD_DB_EMPTY, 0); in db_empty_task() 2820 cxgb3_event_notify(&adapter->tdev, OFFLOAD_DB_DROP, 0); in db_drop_task() 2905 cxgb3_event_notify(&adapter->tdev, OFFLOAD_STATUS_DOWN, 0); in t3_adapter_error() 2971 cxgb3_event_notify(&adapter->tdev, OFFLOAD_STATUS_UP, 0); in t3_resume_ports()
|
H A D | cxgb3_offload.c | 164 void cxgb3_event_notify(struct t3cdev *tdev, u32 event, u32 port) in cxgb3_event_notify() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_offload.h | 67 void cxgb3_event_notify(struct t3cdev *tdev, u32 event, u32 port);
|
H A D | cxgb3_main.c | 1445 cxgb3_event_notify(&adapter->tdev, OFFLOAD_PORT_UP, pi->port_id); in cxgb_open() 1478 cxgb3_event_notify(&adapter->tdev, OFFLOAD_PORT_DOWN, pi->port_id); in __cxgb_close() 2800 cxgb3_event_notify(&adapter->tdev, OFFLOAD_DB_FULL, 0); in db_full_task() 2808 cxgb3_event_notify(&adapter->tdev, OFFLOAD_DB_EMPTY, 0); in db_empty_task() 2818 cxgb3_event_notify(&adapter->tdev, OFFLOAD_DB_DROP, 0); in db_drop_task() 2903 cxgb3_event_notify(&adapter->tdev, OFFLOAD_STATUS_DOWN, 0); in t3_adapter_error() 2969 cxgb3_event_notify(&adapter->tdev, OFFLOAD_STATUS_UP, 0); in t3_resume_ports()
|
H A D | cxgb3_offload.c | 164 void cxgb3_event_notify(struct t3cdev *tdev, u32 event, u32 port) in cxgb3_event_notify() function
|
Completed in 13 milliseconds