Home
last modified time | relevance | path

Searched refs:notify_interval (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c2995 u16 notify_interval; in brcmf_inform_single_bss() local
3023 notify_interval = le16_to_cpu(bi->beacon_period); in brcmf_inform_single_bss()
3031 brcmf_dbg(CONN, "Beacon interval: %d\n", notify_interval); in brcmf_inform_single_bss()
3038 notify_interval, notify_ie, in brcmf_inform_single_bss()
3097 u16 notify_interval; in brcmf_inform_ibss() local
3134 notify_interval = le16_to_cpu(bi->beacon_period); in brcmf_inform_ibss()
3141 brcmf_dbg(CONN, "beacon interval: %d\n", notify_interval); in brcmf_inform_ibss()
3146 notify_capability, notify_interval, in brcmf_inform_ibss()
/drivers/scsi/lpfc/
Dlpfc_sli4.h182 uint32_t notify_interval; /* Queue Notification Interval member
Dlpfc_debugfs.c3874 qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_wq()
3917 qp->notify_interval, qp->max_proc_limit); in __lpfc_idiag_print_cq()
3943 qp->host_index, qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_rqpair()
3949 datqp->hba_index, datqp->notify_interval); in __lpfc_idiag_print_rqpair()
4015 qp->host_index, qp->notify_interval, in __lpfc_idiag_print_eq()
Dlpfc_sli.c290 if (!((q->host_index + 1) % q->notify_interval)) in lpfc_sli4_wq_put()
652 if (!(count % eq->notify_interval)) { in lpfc_sli4_process_eq()
831 if (!(hq->host_index % hq->notify_interval)) { in lpfc_sli4_rq_put()
835 hq->notify_interval); in lpfc_sli4_rq_put()
839 hq->notify_interval); in lpfc_sli4_rq_put()
15104 if (!(count % cq->notify_interval)) { in __lpfc_sli4_process_cq()
16404 eq->notify_interval = LPFC_EQ_NOTIFY_INTRVL; in lpfc_eq_create()
16556 cq->notify_interval = LPFC_CQ_NOTIFY_INTRVL; in lpfc_cq_create()
16772 cq->notify_interval = LPFC_CQ_NOTIFY_INTRVL; in lpfc_cq_create_set()
17287 wq->notify_interval = LPFC_WQ_NOTIFY_INTRVL; in lpfc_wq_create()
[all …]