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.c2996 u16 notify_interval; in brcmf_inform_single_bss() local
3024 notify_interval = le16_to_cpu(bi->beacon_period); in brcmf_inform_single_bss()
3032 brcmf_dbg(CONN, "Beacon interval: %d\n", notify_interval); in brcmf_inform_single_bss()
3039 notify_interval, notify_ie, in brcmf_inform_single_bss()
3098 u16 notify_interval; in brcmf_inform_ibss() local
3135 notify_interval = le16_to_cpu(bi->beacon_period); in brcmf_inform_ibss()
3142 brcmf_dbg(CONN, "beacon interval: %d\n", notify_interval); in brcmf_inform_ibss()
3147 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.c288 if (!((q->host_index + 1) % q->notify_interval)) in lpfc_sli4_wq_put()
650 if (!(count % eq->notify_interval)) { in lpfc_sli4_process_eq()
829 if (!(hq->host_index % hq->notify_interval)) { in lpfc_sli4_rq_put()
833 hq->notify_interval); in lpfc_sli4_rq_put()
837 hq->notify_interval); in lpfc_sli4_rq_put()
14851 if (!(count % cq->notify_interval)) { in __lpfc_sli4_process_cq()
16141 eq->notify_interval = LPFC_EQ_NOTIFY_INTRVL; in lpfc_eq_create()
16293 cq->notify_interval = LPFC_CQ_NOTIFY_INTRVL; in lpfc_cq_create()
16509 cq->notify_interval = LPFC_CQ_NOTIFY_INTRVL; in lpfc_cq_create_set()
17024 wq->notify_interval = LPFC_WQ_NOTIFY_INTRVL; in lpfc_wq_create()
[all …]