Home
last modified time | relevance | path

Searched refs:JME_FLAG_POLL (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/
Djme.c350 if (!(test_bit(JME_FLAG_POLL, &jme->flags))) in jme_set_rx_pcc()
1200 if (!(test_bit(JME_FLAG_POLL, &jme->flags))) in jme_pcc_tasklet()
1294 if (test_bit(JME_FLAG_POLL, &jme->flags)) in jme_link_change_work()
1319 if (test_bit(JME_FLAG_POLL, &jme->flags)) in jme_link_change_work()
1526 if (test_bit(JME_FLAG_POLL, &jme->flags)) { in jme_intr_msi()
2397 if (test_bit(JME_FLAG_POLL, &jme->flags)) { in jme_get_coalesce()
2438 test_bit(JME_FLAG_POLL, &jme->flags)) { in jme_set_coalesce()
2439 clear_bit(JME_FLAG_POLL, &jme->flags); in jme_set_coalesce()
2447 !(test_bit(JME_FLAG_POLL, &jme->flags))) { in jme_set_coalesce()
2448 set_bit(JME_FLAG_POLL, &jme->flags); in jme_set_coalesce()
[all …]
Djme.h451 JME_FLAG_POLL = 5, enumerator