Searched refs:_timeout (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/brocade/bna/ |
| A D | bna_hw_defs.h | 215 #define BNA_DOORBELL_IB_INT_ACK(_timeout, _events) \ argument 216 (0x80000000 | ((_timeout) << 16) | (_events))
|
| /drivers/scsi/bfa/ |
| A D | bfa.h | 431 #define bfa_timer_start(_bfa, _timer, _timercb, _arg, _timeout) \ argument 432 bfa_timer_begin(&(_bfa)->timer_mod, _timer, _timercb, _arg, _timeout)
|
| /drivers/nfc/ |
| A D | port100.c | 1207 struct sk_buff *skb, u16 _timeout, in port100_in_send_cmd() argument 1221 timeout = cpu_to_le16(_timeout * 10); in port100_in_send_cmd()
|
Completed in 13 milliseconds