Searched refs:extd (Results 1 – 6 of 6) sorted by relevance
46 struct hfi1_opfn_type *extd; in opfn_conn_request() local69 extd = &hfi1_opfn_handlers[capcode]; in opfn_conn_request()70 if (!extd || !extd->request || !extd->request(qp, &data)) { in opfn_conn_request()140 struct hfi1_opfn_type *extd; in opfn_conn_response() local150 extd = &hfi1_opfn_handlers[capcode]; in opfn_conn_response()152 if (!extd || !extd->response) { in opfn_conn_response()164 if (extd->error) in opfn_conn_response()165 extd->error(qp); in opfn_conn_response()168 if (extd->response(qp, &data)) in opfn_conn_response()178 struct hfi1_opfn_type *extd; in opfn_conn_reply() local[all …]
1122 struct htt_data_tx_completion_ext extd; in ath10k_get_htt_tx_data_rssi_pad() local1126 pad_bytes += sizeof(extd.a_retries) / in ath10k_get_htt_tx_data_rssi_pad()1127 sizeof(extd.msdus_rssi[0]); in ath10k_get_htt_tx_data_rssi_pad()1130 pad_bytes += sizeof(extd.t_stamp) / sizeof(extd.msdus_rssi[0]); in ath10k_get_htt_tx_data_rssi_pad()
1601 const struct wmi_tlv_peer_stats_extd *extd; in ath10k_wmi_tlv_op_pull_fw_stats() local1604 extd = data + sizeof(*src) * (num_peer_stats - i - 1) in ath10k_wmi_tlv_op_pull_fw_stats()1605 + sizeof(*extd) * i; in ath10k_wmi_tlv_op_pull_fw_stats()1607 dst->rx_duration = __le32_to_cpu(extd->rx_duration); in ath10k_wmi_tlv_op_pull_fw_stats()1609 (extd->rx_duration_high); in ath10k_wmi_tlv_op_pull_fw_stats()
2074 int extd = J1939_TP; in j1939_tp_cmd_recv() local2079 extd = J1939_ETP; in j1939_tp_cmd_recv()2089 if (skcb->addr.type != extd) in j1939_tp_cmd_recv()2107 extd = J1939_ETP; in j1939_tp_cmd_recv()2110 if (skcb->addr.type != extd) in j1939_tp_cmd_recv()2134 extd = J1939_ETP; in j1939_tp_cmd_recv()2137 if (skcb->addr.type != extd) in j1939_tp_cmd_recv()
254 bool extd; member
162 u8 extd[32]; member167 ((_x)->extd[XGBE_SFP_EXTD_SFF_8472] && \168 !((_x)->extd[XGBE_SFP_EXTD_DIAG] & XGBE_SFP_EXTD_DIAG_ADDR_CHANGE))1028 u8 *sfp_extd = phy_data->sfp_eeprom.extd; in xgbe_phy_check_sfp_rx_los()1044 u8 *sfp_extd = phy_data->sfp_eeprom.extd; in xgbe_phy_check_sfp_tx_fault()1164 memcpy(sfp_data, &sfp_eeprom->extd[XGBE_SFP_BASE_VENDOR_SN], in xgbe_phy_sfp_eeprom_info()1214 if (!xgbe_phy_sfp_verify_eeprom(sfp_eeprom.extd[XGBE_SFP_EXTD_CC], in xgbe_phy_sfp_read_eeprom()1215 sfp_eeprom.extd, in xgbe_phy_sfp_read_eeprom()1216 sizeof(sfp_eeprom.extd) - 1)) { in xgbe_phy_sfp_read_eeprom()