| /kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
| D | vxlan.sh | 5 # as sanitization of invalid configurations and offload indication. 480 log_test "vxlan flood entry offload indication" 497 log_test "vxlan entry offload indication - initial state" 508 log_test "vxlan entry offload indication - after removal from bridge" 522 log_test "vxlan entry offload indication - after re-add to bridge" 533 log_test "vxlan entry offload indication - after removal from vxlan" 547 log_test "vxlan entry offload indication - after re-add to vxlan" 734 log_test "offload indication - attach vxlan first" 740 log_test "offload indication - set vxlan down" 746 log_test "offload indication - set vxlan up" [all …]
|
| /kernel/linux/linux-4.19/drivers/isdn/hardware/eicon/ |
| D | pc.h | 44 byte Ind; /* Indication register */ 45 byte IndId; /* Indication task/entity identification */ 53 byte MInd; /* more data indication field */ 117 #define LL_UDATA 1 /* link unit data request/indication */ 118 #define LL_ESTABLISH 2 /* link establish request/indication */ 119 #define LL_RELEASE 3 /* link release request/indication */ 120 #define LL_DATA 4 /* data request/indication */ 122 #define LL_DATA_PEND 5 /* data pending indication (SDLC SHM only) */ 125 #define LL_MDATA 9 /* more data request/indication */ 126 #define LL_BUDATA 10 /* broadcast unit data request/indication */ [all …]
|
| D | capi20.h | 98 /* OR this to convert a INDICATION to a RESPONSE */ 143 /* CONNECT-INDICATION */ 163 /* CONNECT-ACTIVE-INDICATION */ 181 /* DISCONNECT-INDICATION */ 209 /* INFO-INDICATION */ 245 /* FACILITY-INDICATION */ 263 /* CONNECT-B3-INDICATION */ 272 /* CONNECT-B3-ACTIVE-INDICATION */ 288 /* DISCONNECT-B3-INDICATION */ 317 /* DATA-B3-INDICATION */ [all …]
|
| D | um_xdi.h | 22 #define DIVA_UM_IDI_GET_FEATURES 1 /* trigger features indication */ 56 #define DIVA_UM_IDI_IND_FEATURES 1 /* features indication */
|
| /kernel/linux/linux-5.10/drivers/net/ipa/ |
| D | ipa_qmi.c | 27 * to supply an indication message from the AP). Once the handshake is 48 * indication message from the AP when it is about to begin its normal 58 * - When the modem is ready to receive an INIT_COMPLETE indication from 64 * - AP has sent an INIT_COMPLETE indication to the modem 68 * - The INDICATION_REGISTER request and INIT_COMPLETE indication are 83 /* Send an INIT_COMPLETE indication message to the modem */ 100 "error %d sending init complete indication\n", ret); in ipa_server_init_complete() 105 /* If requested (and not already sent) send the INIT_COMPLETE indication */ 135 /* Send the indication message if it was requested */ in ipa_qmi_ready() 138 /* The initial boot requires us to send the indication. */ in ipa_qmi_ready() [all …]
|
| /kernel/linux/linux-4.19/drivers/isdn/hisax/ |
| D | l3_1tr6.c | 222 pc->st->l3.l3l4(pc->st, CC_SETUP | INDICATION, pc); in l3_1tr6_setup() 252 pc->st->l3.l3l4(pc->st, CC_MORE_INFO | INDICATION, pc); in l3_1tr6_setup_ack() 284 pc->st->l3.l3l4(pc->st, CC_PROCEEDING | INDICATION, pc); in l3_1tr6_call_sent() 295 pc->st->l3.l3l4(pc->st, CC_ALERTING | INDICATION, pc); in l3_1tr6_alert() 315 pc->st->l3.l3l4(pc->st, CC_CHARGE | INDICATION, pc); in l3_1tr6_info() 378 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3_1tr6_rel() 413 pc->st->l3.l3l4(pc->st, CC_CHARGE | INDICATION, pc); in l3_1tr6_disc() 446 pc->st->l3.l3l4(pc->st, CC_DISCONNECT | INDICATION, pc); in l3_1tr6_disc() 463 pc->st->l3.l3l4(pc->st, CC_SETUP_COMPL | INDICATION, pc); in l3_1tr6_connect_ack() 660 pc->st->l3.l3l4(pc->st, CC_RELEASE | INDICATION, pc); in l3_1tr6_dl_release() [all …]
|
| D | isdnl2.c | 485 pr = DL_RELEASE | INDICATION; in st5_dl_release_l2l3() 522 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'C'); in l2_mdl_error_ua() 524 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'D'); in l2_mdl_error_ua() 534 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'B'); in l2_mdl_error_dm() 536 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'E'); in l2_mdl_error_dm() 549 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'B'); in l2_st8_mdl_error_dm() 551 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'E'); in l2_st8_mdl_error_dm() 569 st->l2.l2tei(st, MDL_ASSIGN | INDICATION, NULL); in l2_mdl_assign() 580 st->l2.l2tei(st, MDL_ASSIGN | INDICATION, NULL); in l2_queue_ui_assign() 624 st->l2.l2l3(st, DL_UNIT_DATA | INDICATION, skb); in l2_got_ui() [all …]
|
| D | isdnl1.c | 165 st->l1.l1l2(st, PH_ACTIVATE | INDICATION, NULL); in L1activated() 179 st->l1.l1l2(st, PH_DEACTIVATE | INDICATION, NULL); in L1deactivated() 239 stptr->l1.l1l2(stptr, PH_DATA | INDICATION, nskb); in DChannel_proc_rcv() 247 stptr->l1.l1tei(stptr, PH_DATA | INDICATION, nskb); in DChannel_proc_rcv() 258 stptr->l1.l1l2(stptr, PH_DATA | INDICATION, skb); in DChannel_proc_rcv() 300 bcs->st->l1.l1l2(bcs->st, PH_DATA | INDICATION, skb); in BChannel_proc_rcv() 808 case (PH_PULL | INDICATION): in dch_l2l1() 846 case (HW_RESET | INDICATION): in l1_msg() 852 case (HW_DEACTIVATE | INDICATION): in l1_msg() 858 case (HW_RSYNC | INDICATION): in l1_msg() [all …]
|
| D | amd7930_fn.c | 189 l1_msg(cs, HW_RESET | INDICATION, NULL); in Amd7930_new_ph() 196 l1_msg(cs, HW_DEACTIVATE | INDICATION, NULL); in Amd7930_new_ph() 203 l1_msg(cs, HW_RSYNC | INDICATION, NULL); in Amd7930_new_ph() 206 l1_msg(cs, HW_INFO4_P8 | INDICATION, NULL); in Amd7930_new_ph() 209 l1_msg(cs, HW_RSYNC | INDICATION, NULL); in Amd7930_new_ph() 210 l1_msg(cs, HW_INFO4_P8 | INDICATION, NULL); in Amd7930_new_ph() 217 l1_msg(cs, HW_RSYNC | INDICATION, NULL); in Amd7930_new_ph() 218 l1_msg(cs, HW_INFO2 | INDICATION, NULL); in Amd7930_new_ph() 219 l1_msg(cs, HW_INFO4_P8 | INDICATION, NULL); in Amd7930_new_ph() 226 l1_msg(cs, HW_INFO2 | INDICATION, NULL); in Amd7930_new_ph() [all …]
|
| D | callc.c | 933 if (pr == (CC_SETUP | INDICATION)) { in dchan_l3l4() 948 case (CC_MORE_INFO | INDICATION): in dchan_l3l4() 951 case (CC_DISCONNECT | INDICATION): in dchan_l3l4() 966 case (CC_RELEASE | INDICATION): in dchan_l3l4() 969 case (CC_SETUP_COMPL | INDICATION): in dchan_l3l4() 975 case (CC_CHARGE | INDICATION): in dchan_l3l4() 990 case (CC_PROCEED_SEND | INDICATION): in dchan_l3l4() 991 case (CC_PROCEEDING | INDICATION): in dchan_l3l4() 992 case (CC_ALERTING | INDICATION): in dchan_l3l4() 993 case (CC_PROGRESS | INDICATION): in dchan_l3l4() [all …]
|
| D | hfc_usb.c | 349 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION, in l1_timer_expire_t3() 353 "HFC-S USB: PH_DEACTIVATE | INDICATION sent (T3 expire)"); in l1_timer_expire_t3() 367 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION, in l1_timer_expire_t4() 371 "HFC-S USB: PH_DEACTIVATE | INDICATION sent (T4 expire)"); in l1_timer_expire_t4() 403 PH_ACTIVATE | INDICATION, NULL); in s0_state_handler() 404 DBG(HFCUSB_DBG_STATES, "HFC-S USB: PH_ACTIVATE | INDICATION sent"); in s0_state_handler() 417 PH_DEACTIVATE | INDICATION, in s0_state_handler() 420 "HFC-S USB: PH_DEACTIVATE | INDICATION sent"); in s0_state_handler() 810 fifo->hif->l1l2(fifo->hif, PH_DATA | INDICATION, in collect_rx_frame() 830 PH_DATA_E | INDICATION, in collect_rx_frame() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/wfx/ |
| D | hif_rx.c | 81 dev_err(wdev->dev, "received invalid startup indication"); in hif_startup_indication() 99 dev_warn(wdev->dev, "unexpected wake-up indication\n"); in hif_wakeup_indication() 144 dev_dbg(wdev->dev, "ignore BSSREGAINED indication\n"); in hif_event_indication() 151 dev_warn(wdev->dev, "unhandled event indication: %.2x\n", in hif_event_indication() 222 WARN(body->peer_sta_set, "misunderstood indication"); in hif_suspend_resume_indication() 223 WARN(hif->interface != 2, "misunderstood indication"); in hif_suspend_resume_indication() 247 // Older firmware send a generic indication beside RxStats in hif_generic_indication() 263 dev_err(wdev->dev, "generic_indication: unknown indication type: %#.8x\n", in hif_generic_indication() 408 dev_err(wdev->dev, "unsupported HIF indication: ID %02x\n", in wfx_handle_rx()
|
| /kernel/linux/linux-4.19/drivers/scsi/bnx2fc/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
| 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
|
| /kernel/linux/linux-4.19/drivers/atm/ |
| D | uPD98401.h | 58 /* Normal (AAL5) Receive Indication */ 64 #define uPD98401_AAL5_ERR 0x00008000 /* Error indication */ 65 #define uPD98401_AAL5_CI 0x00004000 /* Congestion Indication */ 80 /* Raw Cell Indication */ 87 /* Transmit Indication */ 282 #define uPD98401_RXVC_CI 0x00002000 /* Congestion Indication */
|
| /kernel/linux/linux-5.10/drivers/atm/ |
| D | uPD98401.h | 58 /* Normal (AAL5) Receive Indication */ 64 #define uPD98401_AAL5_ERR 0x00008000 /* Error indication */ 65 #define uPD98401_AAL5_CI 0x00004000 /* Congestion Indication */ 80 /* Raw Cell Indication */ 87 /* Transmit Indication */ 282 #define uPD98401_RXVC_CI 0x00002000 /* Congestion Indication */
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | mlxreg.h | 57 * @health_cntr: dynamic device health indication counter; 58 * @attached: true if device has been attached after good health indication; 88 * @health: true if device has health indication, false in other case;
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
| 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 …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/broadcom/bnx2x/ |
| 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 …]
|
| /kernel/linux/linux-4.19/include/linux/platform_data/ |
| D | mlxreg.h | 67 * @health_cntr: dynamic device health indication counter; 68 * @attached: true if device has been attached after good health indication; 93 * @health: true if device has health indication, false in other case;
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | bus.h | 258 /* Indication from bus module regarding presence/insertion of dongle. */ 260 /* Indication from bus module regarding removal/absence of dongle */ 263 /* Indication from bus module that dongle should be reset */ 267 /* Indication that firmware has halted or crashed */
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
| 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
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | sonet.h | 50 #define SONET_INS_LAIS 32 /* line alarm indication signal */ 51 #define SONET_INS_PAIS 64 /* path alarm indication signal */
|
| /kernel/linux/linux-4.19/include/uapi/linux/ |
| D | sonet.h | 50 #define SONET_INS_LAIS 32 /* line alarm indication signal */ 51 #define SONET_INS_PAIS 64 /* path alarm indication signal */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
| D | dongwoon,dw9768.yaml | 40 Indication of AAC mode select. 60 Indication of VCM internal clock dividing rate select, as one multiple
|