Searched refs:notify_interval (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 2978 u16 notify_interval; in brcmf_inform_single_bss() local 3006 notify_interval = le16_to_cpu(bi->beacon_period); in brcmf_inform_single_bss() 3014 brcmf_dbg(CONN, "Beacon interval: %d\n", notify_interval); in brcmf_inform_single_bss() 3021 notify_interval, notify_ie, in brcmf_inform_single_bss() 3080 u16 notify_interval; in brcmf_inform_ibss() local 3117 notify_interval = le16_to_cpu(bi->beacon_period); in brcmf_inform_ibss() 3124 brcmf_dbg(CONN, "beacon interval: %d\n", notify_interval); in brcmf_inform_ibss() 3129 notify_capability, notify_interval, in brcmf_inform_ibss()
|
/drivers/scsi/lpfc/ |
D | lpfc_sli4.h | 182 uint32_t notify_interval; /* Queue Notification Interval member
|
D | lpfc_debugfs.c | 3877 qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_wq() 3920 qp->notify_interval, qp->max_proc_limit); in __lpfc_idiag_print_cq() 3946 qp->host_index, qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_rqpair() 3952 datqp->hba_index, datqp->notify_interval); in __lpfc_idiag_print_rqpair() 4018 qp->host_index, qp->notify_interval, in __lpfc_idiag_print_eq()
|
D | lpfc_sli.c | 163 if (!((q->host_index + 1) % q->notify_interval)) in lpfc_sli4_wq_put() 525 if (!(count % eq->notify_interval)) { in lpfc_sli4_process_eq() 704 if (!(hq->host_index % hq->notify_interval)) { in lpfc_sli4_rq_put() 708 hq->notify_interval); in lpfc_sli4_rq_put() 712 hq->notify_interval); in lpfc_sli4_rq_put() 13914 if (!(count % cq->notify_interval)) { in __lpfc_sli4_process_cq() 15207 eq->notify_interval = LPFC_EQ_NOTIFY_INTRVL; in lpfc_eq_create() 15359 cq->notify_interval = LPFC_CQ_NOTIFY_INTRVL; in lpfc_cq_create() 15575 cq->notify_interval = LPFC_CQ_NOTIFY_INTRVL; in lpfc_cq_create_set() 16096 wq->notify_interval = LPFC_WQ_NOTIFY_INTRVL; in lpfc_wq_create() [all …]
|