Searched refs:notify_interval (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 2988 u16 notify_interval; in brcmf_inform_single_bss() local 3016 notify_interval = le16_to_cpu(bi->beacon_period); in brcmf_inform_single_bss() 3024 brcmf_dbg(CONN, "Beacon interval: %d\n", notify_interval); in brcmf_inform_single_bss() 3031 notify_interval, notify_ie, in brcmf_inform_single_bss() 3090 u16 notify_interval; in brcmf_inform_ibss() local 3127 notify_interval = le16_to_cpu(bi->beacon_period); in brcmf_inform_ibss() 3134 brcmf_dbg(CONN, "beacon interval: %d\n", notify_interval); in brcmf_inform_ibss() 3139 notify_capability, notify_interval, in brcmf_inform_ibss()
|
/linux-5.19.10/drivers/scsi/lpfc/ |
D | lpfc_sli4.h | 182 uint32_t notify_interval; /* Queue Notification Interval member
|
D | lpfc_debugfs.c | 3871 qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_wq() 3914 qp->notify_interval, qp->max_proc_limit); in __lpfc_idiag_print_cq() 3940 qp->host_index, qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_rqpair() 3946 datqp->hba_index, datqp->notify_interval); in __lpfc_idiag_print_rqpair() 4012 qp->host_index, qp->notify_interval, in __lpfc_idiag_print_eq()
|
D | lpfc_sli.c | 288 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() 14594 if (!(count % cq->notify_interval)) { in __lpfc_sli4_process_cq() 15884 eq->notify_interval = LPFC_EQ_NOTIFY_INTRVL; in lpfc_eq_create() 16036 cq->notify_interval = LPFC_CQ_NOTIFY_INTRVL; in lpfc_cq_create() 16252 cq->notify_interval = LPFC_CQ_NOTIFY_INTRVL; in lpfc_cq_create_set() 16767 wq->notify_interval = LPFC_WQ_NOTIFY_INTRVL; in lpfc_wq_create() [all …]
|