Searched refs:pld (Results 1 - 7 of 7) sorted by relevance

/drivers/net/wimax/i2400m/
H A Di2400m.h837 size_t i2400m_pld_size(const struct i2400m_pld *pld) argument
839 return I2400M_PLD_SIZE_MASK & le32_to_cpu(pld->val);
843 enum i2400m_pt i2400m_pld_type(const struct i2400m_pld *pld) argument
845 return (I2400M_PLD_TYPE_MASK & le32_to_cpu(pld->val))
850 void i2400m_pld_set(struct i2400m_pld *pld, size_t size, argument
853 pld->val = cpu_to_le32(
H A Drx.c1088 * @pld: payload descriptor
1098 unsigned single_last, const struct i2400m_pld *pld,
1102 size_t pl_size = i2400m_pld_size(pld);
1103 enum i2400m_pt pl_type = i2400m_pld_type(pld);
1179 * @pld: payload descriptor
1189 const struct i2400m_pld *pld,
1194 size_t pl_size = i2400m_pld_size(pld);
1195 enum i2400m_pt pl_type = i2400m_pld_type(pld);
1264 num_pls * sizeof(msg_hdr->pld[0]);
1269 skb_len, num_pls, sizeof(msg_hdr->pld[
1097 i2400m_rx_payload(struct i2400m *i2400m, struct sk_buff *skb_rx, unsigned single_last, const struct i2400m_pld *pld, const void *payload) argument
1188 i2400m_rx_pl_descr_check(struct i2400m *i2400m, const struct i2400m_pld *pld, size_t pl_itr, size_t buf_size) argument
[all...]
H A Dtx.c178 * | pld 1 32 bytes (2 * 16) | | |
179 * | pld 0 | | | |
215 * | pld 11 /|\ |
217 * | pld 1 64 bytes (2 * 16) |
218 * | pld 0 | |
644 + le16_to_cpu(tx_msg->num_pls) * sizeof(tx_msg->pld[0]);
784 i2400m_pld_set(&tx_msg->pld[num_pls], buf_len, pl_type);
785 d_printf(3, dev, "pld 0x%08x (type 0x%1x len 0x%04zx\n",
786 le32_to_cpu(tx_msg->pld[num_pls].val),
/drivers/scsi/bfa/
H A Dbfa_fcbuild.h152 u16 fc_plogi_build(struct fchs_s *fchs, void *pld, u32 d_id,
167 u16 fc_rspnid_build(struct fchs_s *fchs, void *pld, u32 s_id,
170 u16 fc_rftid_build(struct fchs_s *fchs, void *pld, u32 s_id,
183 u16 fc_gpnid_build(struct fchs_s *fchs, void *pld, u32 s_id,
193 u16 fc_plogi_acc_build(struct fchs_s *fchs, void *pld, u32 d_id,
202 enum fc_parse_status fc_adisc_parse(struct fchs_s *fchs, void *pld,
216 u16 fc_prli_build(struct fchs_s *fchs, void *pld, u32 d_id,
221 u16 fc_prli_acc_build(struct fchs_s *fchs, void *pld, u32 d_id,
242 u16 fc_gid_ft_build(struct fchs_s *fchs, void *pld, u32 s_id,
263 u16 fc_logo_acc_build(struct fchs_s *fchs, void *pld, u3
[all...]
H A Dbfa_fcbuild.c223 fc_plogi_x_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, argument
227 struct fc_logi_s *plogi = (struct fc_logi_s *) (pld);
325 fc_plogi_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, argument
329 return fc_plogi_x_build(fchs, pld, d_id, s_id, ox_id, port_name,
334 fc_plogi_acc_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, argument
338 return fc_plogi_x_build(fchs, pld, d_id, s_id, ox_id, port_name,
393 fc_prli_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, argument
396 struct fc_prli_s *prli = (struct fc_prli_s *) (pld);
412 fc_prli_acc_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, argument
415 struct fc_prli_s *prli = (struct fc_prli_s *) (pld);
534 fc_adisc_parse(struct fchs_s *fchs, void *pld, u32 host_dap, wwn_t node_name, wwn_t port_name) argument
612 fc_logo_acc_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, __be16 ox_id) argument
[all...]
H A Dbfa_fcs_rport.c1551 void *pld = bfa_fcxp_get_rspbuf(fcxp); local
1561 if (fc_adisc_rsp_parse((struct fc_adisc_s *)pld, rsp_len, rport->pwwn,
1569 ls_rjt = pld;
/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c470 u32 pld[4] = {0, 0, 0, 0}; local
472 MCI_GPM_SET_TYPE_OPCODE(pld, MCI_GPM_COEX_AGENT,
475 *(((u8 *)pld) + MCI_GPM_COEX_B_BT_FLAGS_OP) = opcode;
476 *(((u8 *)pld) + MCI_GPM_COEX_W_BT_FLAGS + 0) = bt_flags & 0xFF;
477 *(((u8 *)pld) + MCI_GPM_COEX_W_BT_FLAGS + 1) = (bt_flags >> 8) & 0xFF;
478 *(((u8 *)pld) + MCI_GPM_COEX_W_BT_FLAGS + 2) = (bt_flags >> 16) & 0xFF;
479 *(((u8 *)pld) + MCI_GPM_COEX_W_BT_FLAGS + 3) = (bt_flags >> 24) & 0xFF;
481 return ar9003_mci_send_message(ah, MCI_GPM, 0, pld, 16,
1121 u32 pld[4] = {0, 0, 0, 0}; local
1127 MCI_GPM_SET_CAL_TYPE(pld, MCI_GPM_WLAN_CAL_RE
1143 u32 pld[4] = {0, 0, 0, 0}; local
[all...]

Completed in 168 milliseconds