Searched refs:extd (Results 1 – 6 of 6) sorted by relevance
46 struct hfi1_opfn_type *extd; in opfn_conn_request() local70 if (!extd || !extd->request || !extd->request(qp, &data)) { in opfn_conn_request()140 struct hfi1_opfn_type *extd; in opfn_conn_response() local152 if (!extd || !extd->response) { in opfn_conn_response()164 if (extd->error) in opfn_conn_response()165 extd->error(qp); in opfn_conn_response()178 struct hfi1_opfn_type *extd; in opfn_conn_reply() local198 if (!extd || !extd->reply) in opfn_conn_reply()201 if (extd->reply(qp, data)) in opfn_conn_reply()232 if (extd->error) in opfn_conn_error()[all …]
1119 struct htt_data_tx_completion_ext extd; in ath10k_get_htt_tx_data_rssi_pad() local1123 pad_bytes += sizeof(extd.a_retries) / in ath10k_get_htt_tx_data_rssi_pad()1124 sizeof(extd.msdus_rssi[0]); in ath10k_get_htt_tx_data_rssi_pad()1127 pad_bytes += sizeof(extd.t_stamp) / sizeof(extd.msdus_rssi[0]); in ath10k_get_htt_tx_data_rssi_pad()
1589 const struct wmi_tlv_peer_stats_extd *extd; in ath10k_wmi_tlv_op_pull_fw_stats() local1592 extd = data + sizeof(*src) * (num_peer_stats - i - 1) in ath10k_wmi_tlv_op_pull_fw_stats()1593 + sizeof(*extd) * i; in ath10k_wmi_tlv_op_pull_fw_stats()1595 dst->rx_duration = __le32_to_cpu(extd->rx_duration); in ath10k_wmi_tlv_op_pull_fw_stats()1597 (extd->rx_duration_high); in ath10k_wmi_tlv_op_pull_fw_stats()
2018 int extd = J1939_TP; in j1939_tp_cmd_recv() local2023 extd = J1939_ETP; in j1939_tp_cmd_recv()2033 if (skcb->addr.type != extd) in j1939_tp_cmd_recv()2051 extd = J1939_ETP; in j1939_tp_cmd_recv()2054 if (skcb->addr.type != extd) in j1939_tp_cmd_recv()2078 extd = J1939_ETP; in j1939_tp_cmd_recv()2081 if (skcb->addr.type != extd) in j1939_tp_cmd_recv()
253 bool extd; member
271 u8 extd[32]; member276 ((_x)->extd[XGBE_SFP_EXTD_SFF_8472] && \277 !((_x)->extd[XGBE_SFP_EXTD_DIAG] & XGBE_SFP_EXTD_DIAG_ADDR_CHANGE))1086 u8 *sfp_extd = phy_data->sfp_eeprom.extd; in xgbe_phy_check_sfp_rx_los()1102 u8 *sfp_extd = phy_data->sfp_eeprom.extd; in xgbe_phy_check_sfp_tx_fault()1220 memcpy(sfp_data, &sfp_eeprom->extd[XGBE_SFP_BASE_VENDOR_SN], in xgbe_phy_sfp_eeprom_info()1270 if (!xgbe_phy_sfp_verify_eeprom(sfp_eeprom.extd[XGBE_SFP_EXTD_CC], in xgbe_phy_sfp_read_eeprom()1271 sfp_eeprom.extd, in xgbe_phy_sfp_read_eeprom()1272 sizeof(sfp_eeprom.extd) - 1)) { in xgbe_phy_sfp_read_eeprom()
Completed in 26 milliseconds