Lines Matching refs:interface

200 	struct fm10k_intfc *interface;  member
374 static inline void fm10k_mbx_lock(struct fm10k_intfc *interface) in fm10k_mbx_lock() argument
379 while (test_and_set_bit(__FM10K_MBX_LOCK, &interface->state)) in fm10k_mbx_lock()
383 static inline void fm10k_mbx_unlock(struct fm10k_intfc *interface) in fm10k_mbx_unlock() argument
387 clear_bit(__FM10K_MBX_LOCK, &interface->state); in fm10k_mbx_unlock()
390 static inline int fm10k_mbx_trylock(struct fm10k_intfc *interface) in fm10k_mbx_trylock() argument
392 return !test_and_set_bit(__FM10K_MBX_LOCK, &interface->state); in fm10k_mbx_trylock()
461 int fm10k_init_queueing_scheme(struct fm10k_intfc *interface);
462 void fm10k_clear_queueing_scheme(struct fm10k_intfc *interface);
466 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface);
473 void fm10k_qv_free_irq(struct fm10k_intfc *interface);
474 int fm10k_qv_request_irq(struct fm10k_intfc *interface);
477 void fm10k_up(struct fm10k_intfc *interface);
478 void fm10k_down(struct fm10k_intfc *interface);
479 void fm10k_update_stats(struct fm10k_intfc *interface);
480 void fm10k_service_event_schedule(struct fm10k_intfc *interface);
481 void fm10k_update_rx_drop_en(struct fm10k_intfc *interface);
506 s32 fm10k_iov_event(struct fm10k_intfc *interface);
507 s32 fm10k_iov_mbx(struct fm10k_intfc *interface);
512 s32 fm10k_iov_update_pvid(struct fm10k_intfc *interface, u16 glort, u16 pvid);
525 void fm10k_dbg_intfc_init(struct fm10k_intfc *interface);
526 void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface);
532 static inline void fm10k_dbg_intfc_init(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_init() argument
533 static inline void fm10k_dbg_intfc_exit(struct fm10k_intfc *interface) {} in fm10k_dbg_intfc_exit() argument
539 void fm10k_systime_to_hwtstamp(struct fm10k_intfc *interface,
542 void fm10k_ts_tx_enqueue(struct fm10k_intfc *interface, struct sk_buff *skb);
543 void fm10k_ts_tx_hwtstamp(struct fm10k_intfc *interface, __le16 dglort,
545 void fm10k_ts_reset(struct fm10k_intfc *interface);
546 void fm10k_ts_init(struct fm10k_intfc *interface);
547 void fm10k_ts_tx_subtask(struct fm10k_intfc *interface);
548 void fm10k_ptp_register(struct fm10k_intfc *interface);
549 void fm10k_ptp_unregister(struct fm10k_intfc *interface);