Lines Matching refs:cpl
3475 struct cpl_pass_accept_req *cpl; in passive_ofld_conn_reply() local
3487 cpl = (struct cpl_pass_accept_req *)cplhdr(rpl_skb); in passive_ofld_conn_reply()
3488 OPCODE_TID(cpl) = htonl(MK_OPCODE_TID(CPL_PASS_ACCEPT_REQ, in passive_ofld_conn_reply()
3531 struct cpl_rx_pkt *cpl = cplhdr(skb); in build_cpl_pass_accept_req() local
3538 vlantag = (__force u16) cpl->vlan; in build_cpl_pass_accept_req()
3539 len = (__force u16) cpl->len; in build_cpl_pass_accept_req()
3540 l2info = (__force u32) cpl->l2info; in build_cpl_pass_accept_req()
3541 hdr_len = (__force u16) cpl->hdr_len; in build_cpl_pass_accept_req()
3542 intf = cpl->iff; in build_cpl_pass_accept_req()
3592 struct cpl_pass_accept_req *cpl = cplhdr(skb); in send_fw_pass_open_req() local
3610 FW_OFLD_CONNECTION_WR_RCV_SCALE_V(cpl->tcpopt.wsf) | in send_fw_pass_open_req()
3612 PASS_OPEN_TID_G(ntohl(cpl->tos_stid)))); in send_fw_pass_open_req()
3655 struct cpl_rx_pkt *cpl = (void *)skb->data; in rx_pkt() local
3669 if (!(cpl->l2info & cpu_to_be32(RXF_SYN_F))) in rx_pkt()
3691 RX_ETHHDR_LEN_G(htonl(cpl->l2info)) : in rx_pkt()
3692 RX_T5_ETHHDR_LEN_G(htonl(cpl->l2info)); in rx_pkt()
3699 skb->vlan_tci = ntohs(cpl->vlan); in rx_pkt()