Searched refs:amt_queue_event (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ |
H A D | amt.c | 893 static bool amt_queue_event(struct amt_dev *amt, enum amt_event event, in amt_queue_event() function 946 if (amt_queue_event(amt, AMT_EVENT_SEND_DISCOVERY, NULL)) in amt_discovery_work() 991 if (amt_queue_event(amt, AMT_EVENT_SEND_REQUEST, NULL)) in amt_req_work() 2798 if (amt_queue_event(amt, AMT_EVENT_RECEIVE, skb)) { in amt_rcv() 2821 if (amt_queue_event(amt, AMT_EVENT_RECEIVE, skb)) { in amt_rcv()
|