Home
last modified time | relevance | path

Searched refs:greq (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c458 struct cpl_set_tcb_field *greq; in init_tp_parity() local
480 adap->nofail_skb = alloc_skb(sizeof(*greq), GFP_KERNEL); in init_tp_parity()
502 adap->nofail_skb = alloc_skb(sizeof(*greq), GFP_KERNEL); in init_tp_parity()
524 adap->nofail_skb = alloc_skb(sizeof(*greq), GFP_KERNEL); in init_tp_parity()
530 skb = alloc_skb(sizeof(*greq), GFP_KERNEL); in init_tp_parity()
536 greq = __skb_put_zero(skb, sizeof(*greq)); in init_tp_parity()
537 greq->wr.wr_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in init_tp_parity()
538 OPCODE_TID(greq) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, 0)); in init_tp_parity()
539 greq->mask = cpu_to_be64(1); in init_tp_parity()
545 adap->nofail_skb = alloc_skb(sizeof(*greq), GFP_KERNEL); in init_tp_parity()
/linux/net/ceph/
H A Dosd_client.c2714 static void map_check_cb(struct ceph_mon_generic_request *greq) in map_check_cb() argument
2716 struct ceph_osd_client *osdc = &greq->monc->client->osdc; in map_check_cb()
2718 u64 tid = greq->private_data; in map_check_cb()
2720 WARN_ON(greq->result || !greq->u.newest); in map_check_cb()
2730 req, req->r_tid, req->r_map_dne_bound, greq->u.newest); in map_check_cb()
2732 req->r_map_dne_bound = greq->u.newest; in map_check_cb()
3348 static void linger_map_check_cb(struct ceph_mon_generic_request *greq) in linger_map_check_cb() argument
3350 struct ceph_osd_client *osdc = &greq->monc->client->osdc; in linger_map_check_cb()
3352 u64 linger_id = greq->private_data; in linger_map_check_cb()
3354 WARN_ON(greq->result || !greq->u.newest); in linger_map_check_cb()
[all …]