Home
last modified time | relevance | path

Searched refs:conn_flags (Results 1 – 11 of 11) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
Dhtc.h194 __le16 conn_flags; member
361 u16 conn_flags; member
528 u32 conn_flags; member
Dhtc_pipe.c1278 conn_msg->conn_flags = cpu_to_le16(conn_req->conn_flags & in ath6kl_htc_pipe_conn_service()
1283 conn_msg->conn_flags |= cpu_to_le16(flags); in ath6kl_htc_pipe_conn_service()
1285 if (conn_req->conn_flags & in ath6kl_htc_pipe_conn_service()
Dinit.c371 connect.conn_flags |= HTC_CONN_FLGS_REDUCE_CRED_DRIB; in ath6kl_init_service_ep()
372 connect.conn_flags &= ~HTC_CONN_FLGS_THRESH_MASK; in ath6kl_init_service_ep()
373 connect.conn_flags |= HTC_CONN_FLGS_THRESH_LVL_HALF; in ath6kl_init_service_ep()
Dhtc_mbox.c659 if (!(ep->conn_flags & HTC_FLGS_TX_BNDL_PAD_EN)) in htc_get_credit_padding()
2454 conn_msg->conn_flags = cpu_to_le16(conn_req->conn_flags); in ath6kl_htc_mbox_conn_service()
2557 endpoint->conn_flags = conn_req->flags; in ath6kl_htc_mbox_conn_service()
/drivers/block/drbd/
Ddrbd_protocol.h306 u32 conn_flags; member
Ddrbd_main.c802 p->conn_flags = cpu_to_be32(cf); in __drbd_send_protocol()
Ddrbd_receiver.c3644 cf = be32_to_cpu(p->conn_flags); in receive_protocol()
/drivers/scsi/bnx2i/
Dbnx2i_hwi.c648 update_wqe->conn_flags = 0; in bnx2i_update_iscsi_conn()
650 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_HEADER_DIGEST; in bnx2i_update_iscsi_conn()
652 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_DATA_DIGEST; in bnx2i_update_iscsi_conn()
654 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_INITIAL_R2T; in bnx2i_update_iscsi_conn()
656 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_IMMEDIATE_DATA; in bnx2i_update_iscsi_conn()
D57xx_iscsi_hsi.h713 u8 conn_flags; member
727 u8 conn_flags; member
/drivers/net/ethernet/broadcom/
Dcnic_defs.h201 u8 conn_flags; member
211 u8 conn_flags;
Dcnic.c2137 if (kwqe1->conn_flags & L4_KWQ_CONNECT_REQ1_IP_V6) in cnic_bnx2x_connect()
2165 if (kwqe1->conn_flags & L4_KWQ_CONNECT_REQ1_IP_V6) { in cnic_bnx2x_connect()
3498 l4kwqe1->conn_flags = L4_KWQ_CONNECT_REQ1_IP_V6; in cnic_cm_conn_req()