Home
last modified time | relevance | path

Searched refs:eqidx (Results 1 – 25 of 80) sorted by relevance

1234

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h455 int eqidx; in lpfc_debug_dump_cq() local
479 for (eqidx = 0; eqidx < phba->cfg_hdw_queue; eqidx++) { in lpfc_debug_dump_cq()
480 eq = phba->sli4_hba.hdwq[eqidx].hba_eq; in lpfc_debug_dump_cq()
484 if (eqidx == phba->cfg_hdw_queue) { in lpfc_debug_dump_cq()
486 eqidx = 0; in lpfc_debug_dump_cq()
494 eqidx, eq->queue_id); in lpfc_debug_dump_cq()
499 eqidx, eq->queue_id); in lpfc_debug_dump_cq()
H A Dlpfc_sli4.h499 #define lpfc_get_eq_hdl(eqidx) (&phba->sli4_hba.hba_eq_hdl[eqidx]) argument
500 #define lpfc_get_aff_mask(eqidx) (&phba->sli4_hba.hba_eq_hdl[eqidx].aff_mask) argument
501 #define lpfc_get_irq(eqidx) (phba->sli4_hba.hba_eq_hdl[eqidx].irq) argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h455 int eqidx; in lpfc_debug_dump_cq() local
479 for (eqidx = 0; eqidx < phba->cfg_hdw_queue; eqidx++) { in lpfc_debug_dump_cq()
480 eq = phba->sli4_hba.hdwq[eqidx].hba_eq; in lpfc_debug_dump_cq()
484 if (eqidx == phba->cfg_hdw_queue) { in lpfc_debug_dump_cq()
486 eqidx = 0; in lpfc_debug_dump_cq()
494 eqidx, eq->queue_id); in lpfc_debug_dump_cq()
499 eqidx, eq->queue_id); in lpfc_debug_dump_cq()
H A Dlpfc_sli4.h499 #define lpfc_get_eq_hdl(eqidx) (&phba->sli4_hba.hba_eq_hdl[eqidx]) argument
500 #define lpfc_get_aff_mask(eqidx) (&phba->sli4_hba.hba_eq_hdl[eqidx].aff_mask) argument
501 #define lpfc_get_irq(eqidx) (phba->sli4_hba.hba_eq_hdl[eqidx].irq) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h455 int eqidx; in lpfc_debug_dump_cq() local
479 for (eqidx = 0; eqidx < phba->cfg_hdw_queue; eqidx++) { in lpfc_debug_dump_cq()
480 eq = phba->sli4_hba.hdwq[eqidx].hba_eq; in lpfc_debug_dump_cq()
484 if (eqidx == phba->cfg_hdw_queue) { in lpfc_debug_dump_cq()
486 eqidx = 0; in lpfc_debug_dump_cq()
494 eqidx, eq->queue_id); in lpfc_debug_dump_cq()
499 eqidx, eq->queue_id); in lpfc_debug_dump_cq()
H A Dlpfc_sli4.h499 #define lpfc_get_eq_hdl(eqidx) (&phba->sli4_hba.hba_eq_hdl[eqidx]) argument
500 #define lpfc_get_aff_mask(eqidx) (&phba->sli4_hba.hba_eq_hdl[eqidx].aff_mask) argument
501 #define lpfc_get_irq(eqidx) (phba->sli4_hba.hba_eq_hdl[eqidx].irq) argument
/dports/editors/poke/poke-1.0/pickles/
H A Dargp.pk123 var eqidx = strchr (arg, '=');
124 var optname = arg[1:eqidx];
125 var optarg_p = eqidx < arg'length;
126 var optarg = eqidx < (arg'length - 1) ? arg[eqidx+1:] : "";
/dports/security/beecrypt/beecrypt-4.2.1/c++/util/
H A DProperties.cxx174 int32_t eqidx = line.indexOf((UChar) 0x3D); in load() local
175 if (eqidx >= 0) in load()
178 Object* tmp = put(new String(line.substring(0, eqidx)), new String(line.substring(eqidx+1))); in load()
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/golang.org/x/tools/go/packages/
H A Dgolist.go97 eqidx := strings.Index(pattern, "=")
98 if eqidx < 0 {
101 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/go/packages/
H A Dgolist.go97 eqidx := strings.Index(pattern, "=")
98 if eqidx < 0 {
101 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/golang.org/x/tools/go/packages/
H A Dgolist.go97 eqidx := strings.Index(pattern, "=")
98 if eqidx < 0 {
101 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/tommy-muehle/go-mnd/v2/vendor/golang.org/x/tools/go/packages/
H A Dgolist.go97 eqidx := strings.Index(pattern, "=")
98 if eqidx < 0 {
101 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/go/packages/
H A Dgolist.go165 eqidx := strings.Index(pattern, "=")
166 if eqidx < 0 {
169 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/go/packages/
H A Dgolist.go97 eqidx := strings.Index(pattern, "=")
98 if eqidx < 0 {
101 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/vendor/golang.org/x/tools/go/packages/
H A Dgolist.go97 eqidx := strings.Index(pattern, "=")
98 if eqidx < 0 {
101 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/go/packages/
H A Dgolist.go97 eqidx := strings.Index(pattern, "=")
98 if eqidx < 0 {
101 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/net/concourse-fly/concourse-6.7.1/vendor/golang.org/x/tools/go/packages/
H A Dgolist.go165 eqidx := strings.Index(pattern, "=")
166 if eqidx < 0 {
169 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/tools/go/packages/
H A Dgolist.go165 eqidx := strings.Index(pattern, "=")
166 if eqidx < 0 {
169 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/go/packages/
H A Dgolist.go164 eqidx := strings.Index(pattern, "=")
165 if eqidx < 0 {
168 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/vendor/golang.org/x/tools/go/packages/
H A Dgolist.go97 eqidx := strings.Index(pattern, "=")
98 if eqidx < 0 {
101 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/vendor/golang.org/x/tools/go/packages/
H A Dgolist.go164 eqidx := strings.Index(pattern, "=")
165 if eqidx < 0 {
168 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/vendor/golang.org/x/tools/go/packages/
H A Dgolist.go97 eqidx := strings.Index(pattern, "=")
98 if eqidx < 0 {
101 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/golang.org/x/tools/go/packages/
H A Dgolist.go166 eqidx := strings.Index(pattern, "=")
167 if eqidx < 0 {
170 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/golang.org/x/tools/go/packages/
H A Dgolist.go166 eqidx := strings.Index(pattern, "=")
167 if eqidx < 0 {
170 query, value := pattern[:eqidx], pattern[eqidx+len("="):]
/dports/devel/tinygo/tinygo-0.14.1/vendor/golang.org/x/tools/go/packages/
H A Dgolist.go164 eqidx := strings.Index(pattern, "=")
165 if eqidx < 0 {
168 query, value := pattern[:eqidx], pattern[eqidx+len("="):]

1234