/linux/drivers/pci/ |
H A D | npem.c | 8 * first indication oriented standard with specification. 38 struct indication { struct 43 static const struct indication npem_indications[] = { argument 66 static const struct indication dsm_indications[] = { 93 static u32 reg_to_indications(u32 caps, const struct indication *inds) in reg_to_indications() 95 const struct indication *ind; in reg_to_indications() 106 * @indication: indication details 112 const struct indication *indication; member 132 const struct indication *inds; 144 * non-indication and reserved bits in the NPEM Capability Register are [all …]
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | vxlan.sh | 5 # as sanitization of invalid configurations and offload indication. 491 log_test "vxlan flood entry offload indication" 508 log_test "vxlan entry offload indication - initial state" 519 log_test "vxlan entry offload indication - after removal from bridge" 533 log_test "vxlan entry offload indication - after re-add to bridge" 544 log_test "vxlan entry offload indication - after removal from vxlan" 558 log_test "vxlan entry offload indication - after re-add to vxlan" 749 log_test "offload indication - attach vxlan first" 755 log_test "offload indication - set vxlan down" 761 log_test "offload indication - set vxlan up" [all …]
|
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/ |
H A D | metrics.json | 12 …o the total number of branches architecturally executed. This gives an indication of the effective… 47 …tion TLB Walks to the total number of data TLB accesses. This gives an indication of the effective… 82 …B Walks to the total number of instruction TLB accesses. This gives an indication of the effective… 89 …ssed to the total number of level 1 data cache accesses. This gives an indication of the effective… 103 …missed to the total number of level 1 data TLB accesses. This gives an indication of the effective… 117 … the total number of level 1 instruction cache accesses. This gives an indication of the effective… 131 …to the total number of level 1 instruction TLB accesses. This gives an indication of the effective… 145 …es missed to the total number of level 2 cache accesses. This gives an indication of the effective… 159 …sed to the total number of level 2 unified TLB accesses. This gives an indication of the effective… 173 … cache to the total number of last level cache accesses. This gives an indication of the effective… [all …]
|
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/ |
H A D | metrics.json | 19 …o the total number of branches architecturally executed. This gives an indication of the effective… 54 …data TLB Walks to the total number of data TLB accesses. This gives an indication of the effective… 93 …B Walks to the total number of instruction TLB accesses. This gives an indication of the effective… 100 …ssed to the total number of level 1 data cache accesses. This gives an indication of the effective… 114 …missed to the total number of level 1 data TLB accesses. This gives an indication of the effective… 128 … the total number of level 1 instruction cache accesses. This gives an indication of the effective… 142 …to the total number of level 1 instruction TLB accesses. This gives an indication of the effective… 156 …es missed to the total number of level 2 cache accesses. This gives an indication of the effective… 170 …sed to the total number of level 2 unified TLB accesses. This gives an indication of the effective… 184 … cache to the total number of last level cache accesses. This gives an indication of the effective… [all …]
|
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
H A D | metrics.json | 20 "BriefDescription": "This metric measures the ratio of branches mispredicted to the total number of branches architecturally executed. This gives an indication of the effectiveness of the branch prediction unit.", 55 "BriefDescription": "This metric measures the ratio of data TLB Walks to the total number of data TLB accesses. This gives an indication of the effectiveness of the data TLB accesses.", 94 "BriefDescription": "This metric measures the ratio of instruction TLB Walks to the total number of instruction TLB accesses. This gives an indication of the effectiveness of the instruction TLB accesses.", 101 "BriefDescription": "This metric measures the ratio of level 1 data cache accesses missed to the total number of level 1 data cache accesses. This gives an indication of the effectiveness of the level 1 data cache.", 115 "BriefDescription": "This metric measures the ratio of level 1 data TLB accesses missed to the total number of level 1 data TLB accesses. This gives an indication of the effectiveness of the level 1 data TLB.", 129 "BriefDescription": "This metric measures the ratio of level 1 instruction cache accesses missed to the total number of level 1 instruction cache accesses. This gives an indication of the effectiveness of the level 1 instruction cache.", 143 "BriefDescription": "This metric measures the ratio of level 1 instruction TLB accesses missed to the total number of level 1 instruction TLB accesses. This gives an indication of the effectiveness of the level 1 instruction TLB.", 157 "BriefDescription": "This metric measures the ratio of level 2 cache accesses missed to the total number of level 2 cache accesses. This gives an indication of the effectiveness of the level 2 cache, which is a unified cache that stores both data and instruction. Note that cache accesses in this cache are either data memory access or instruction fetch as this is a unified cache.", 171 "BriefDescription": "This metric measures the ratio of level 2 unified TLB accesses missed to the total number of level 2 unified TLB accesses. This gives an indication of the effectiveness of the level 2 TLB.", 185 "BriefDescription": "This metric measures the ratio of last level cache read accesses hit in the cache to the total number of last level cache accesses. This gives an indication o [all...] |
/linux/drivers/net/ipa/ |
H A D | ipa_qmi.c | 23 * to supply an indication message from the AP). Once the handshake is 44 * indication message from the AP when it is about to begin its normal 54 * - When the modem is ready to receive an INIT_COMPLETE indication from 60 * - AP has sent an INIT_COMPLETE indication to the modem 64 * - The INDICATION_REGISTER request and INIT_COMPLETE indication are 79 /* Send an INIT_COMPLETE indication message to the modem */ 96 "error %d sending init complete indication\n", ret); in ipa_server_init_complete() 101 /* If requested (and not already sent) send the INIT_COMPLETE indication */ 131 /* Send the indication message if it was requested */ in ipa_qmi_ready() 134 /* The initial boot requires us to send the indication. */ in ipa_qmi_ready() [all …]
|
H A D | ipa_qmi_msg.h | 15 /* Request/response/indication QMI message ids used for IPA. Receiving 20 #define IPA_QMI_INIT_COMPLETE 0x22 /* AP -> modem indication */ 73 /* The message for the IPA_QMI_INIT_COMPLETE_IND indication consists
|
/linux/drivers/net/wireless/silabs/wfx/ |
H A D | hif_rx.c | 79 dev_err(wdev->dev, "received invalid startup indication"); in wfx_hif_startup_indication() 91 dev_warn(wdev->dev, "unexpected wake-up indication\n"); in wfx_hif_wakeup_indication() 134 dev_dbg(wdev->dev, "ignore BSSREGAINED indication\n"); in wfx_hif_event_indication() 141 dev_warn(wdev->dev, "unhandled event indication: %.2x\n", type); in wfx_hif_event_indication() 208 WARN(body->peer_sta_set, "misunderstood indication"); in wfx_hif_suspend_resume_indication() 209 WARN(hif->interface != 2, "misunderstood indication"); in wfx_hif_suspend_resume_indication() 233 /* Older firmware send a generic indication beside RxStats */ in wfx_hif_generic_indication() 247 dev_err(wdev->dev, "generic_indication: unknown indication type: %#.8x\n", type); in wfx_hif_generic_indication() 386 dev_err(wdev->dev, "unsupported HIF indication: ID %02x\n", hif_id); in wfx_handle_rx()
|
/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_constants.h | 123 /* For REC_TOV timer expiration indication received from Xstorm */ 138 /* For REC_TOV timer expiration indication received from Xstorm */ 146 /* Special completion indication in case of task was aborted. */ 150 /* FW only: Special completion indication in case of task was cleaned. */ 152 /* Not in used: Special completion indication (in task requested the exchange 156 /* Special completion indication (in task requested the sequence cleanup) in
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_reg.h | 259 /* [RC 1] Set when the message length mismatch (relative to last indication) 311 /* [RC 1] Set when the message length mismatch (relative to last indication) 336 /* [RC 1] Set when the message length mismatch (relative to last indication) 348 /* [RC 1] Set when the message length mismatch (relative to last indication) 359 /* [RC 1] Set when message length mismatch (relative to last indication) at 370 /* [RC 1] Set when the message length mismatch (relative to last indication) 429 /* [R 1] indication the initializing the activity counter by the hardware 435 /* [R 1] indication the initializing the cams by the hardware was done. */ 472 /* [R 1] indication the initializing the link list by the hardware was done. */ 671 /* [R 16] Valid sleeping threads indication have bit per thread */ [all …]
|
/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereonex/ |
H A D | metrics.json | 19 …ssed to the total number of level 1 data cache accesses. This gives an indication of the effective… 26 … the total number of level 1 instruction cache accesses. This gives an indication of the effective… 40 …es missed to the total number of level 2 cache accesses. This gives an indication of the effective… 212 …data TLB Walks to the total number of data TLB accesses. This gives an indication of the effective… 219 …B Walks to the total number of instruction TLB accesses. This gives an indication of the effective…
|
/linux/tools/perf/pmu-events/arch/arm64/ampere/ampereone/ |
H A D | metrics.json | 19 …ssed to the total number of level 1 data cache accesses. This gives an indication of the effective… 26 … the total number of level 1 instruction cache accesses. This gives an indication of the effective… 40 …es missed to the total number of level 2 cache accesses. This gives an indication of the effective… 212 …data TLB Walks to the total number of data TLB accesses. This gives an indication of the effective… 219 …B Walks to the total number of instruction TLB accesses. This gives an indication of the effective…
|
/linux/drivers/net/wireless/ti/wl1251/ |
H A D | tx.h | 27 * TX complete indication will be received a-synchronously in a TX done cyclic 44 * 1. To get a TX complete indication the host enables the tx_complete flag in 51 * TX complete indication was requested in tx_control or per crossing
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | bus.h | 300 /* Indication from bus module regarding presence/insertion of dongle. */ 302 /* Indication from bus module regarding removal/absence of dongle */ 305 /* Indication from bus module that dongle should be reset */ 309 /* Indication that firmware has halted or crashed */
|
/linux/include/uapi/linux/ |
H A D | sonet.h | 50 #define SONET_INS_LAIS 32 /* line alarm indication signal */ 51 #define SONET_INS_PAIS 64 /* path alarm indication signal */
|
/linux/net/llc/ |
H A D | llc_s_ac.c | 35 * UNITDATA INDICATION; verify our event is the kind we expect 201 * Send a XID response PDU to the network layer via a XID INDICATION 215 * Send a TEST response PDU to the network layer via a TEST INDICATION
|
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | dongwoon,dw9768.yaml | 40 Indication of AAC mode select. 60 Indication of VCM internal clock dividing rate select, as one multiple
|
/linux/include/net/phonet/ |
H A D | pep.h | 55 u8 pep_type; /* status indication */ 102 /* Phonet pipe status indication */
|
/linux/include/linux/platform_data/ |
H A D | mlxreg.h | 129 * @health_cntr: dynamic device health indication counter; 130 * @attached: true if device has been attached after good health indication; 169 * @health: true if device has health indication, false in other case;
|
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_llh.h | 84 /* set host finished write shared buffer indication */ 87 /* get mcp finished read shared buffer indication */
|
/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom,pmic-glink.yaml | 52 description: Array of input gpios for the Type-C connector orientation indication. 53 The GPIO indication is used to detect the orientation of the Type-C connector.
|
/linux/include/trace/events/ |
H A D | vmalloc.h | 60 * indication about start:end range and how many objects 93 * indication about a VA that is released, number of current
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | orion5x-rd88f5182-nas.dts | 132 * MPP[22] USB 0 over current indication 133 * MPP[23] USB 1 over current indication
|
/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | mbx.h | 21 #define IXGBE_VFMAILBOX_RSTI 0x00000040 /* PF has reset indication */ 90 #define IXGBE_VF_TRANS_VLAN 3 /* Indication of port VLAN */
|
/linux/include/net/sctp/ |
H A D | ulpevent.h | 112 __u32 indication, __u32 sid, __u32 seq, 124 __u32 indication, gfp_t gfp);
|